mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
typo
This commit is contained in:
@@ -25,7 +25,7 @@ and some other minor tweaks.
|
||||
+ Added background() with alpha parameters, but only for use with
|
||||
graphics created by createGraphics(). Also, it replaces the pixels
|
||||
with pixels that have that alpha, it's not like drawing a semi-
|
||||
transparent rect() onto the screen. For instance, o make a drawing
|
||||
transparent rect() onto the screen. For instance, to make a drawing
|
||||
surface transparent again, use background(0, 0, 0, 0). Using
|
||||
background(0, 0, 0, 128) will replace the background with black
|
||||
pixels that are 50% transparent, it will not fade the existing
|
||||
@@ -51,7 +51,6 @@ ABOUT REV 0120 - 5 November 2006
|
||||
|
||||
Several long-standing bugs fixed in this release.
|
||||
|
||||
|
||||
[ bug fixes ]
|
||||
|
||||
+ Fix several issues with filling shapes generated by beginShape(),
|
||||
@@ -87,7 +86,6 @@ Several long-standing bugs fixed in this release.
|
||||
+ Fixed issue where ambientLight(r, g, b) was instead ambientLight(r, g, r)
|
||||
http://dev.processing.org/bugs/show_bug.cgi?id=412
|
||||
|
||||
|
||||
[ functional improvements ]
|
||||
|
||||
+ With the PDF library, text no longer defaults to raw shape outlines.
|
||||
@@ -112,7 +110,6 @@ Several long-standing bugs fixed in this release.
|
||||
channel will also be written for the file if using a file format
|
||||
(such as PNG) that supports transparency.
|
||||
|
||||
|
||||
If this is the first release you're using since 0115 or earlier,
|
||||
please read the section below that contains the release notes for 0116.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user