From 9a79739a10a992f224e5a92d539e40310d2e6861 Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 6 Nov 2006 20:16:09 +0000 Subject: [PATCH] typo --- build/shared/revisions.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 0f3530bbc..551385afa 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -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.