FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1024 : P2D - alpha stroke rendered at full opacity
Last modified: 2008-11-20 07:56
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P1
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
davbol
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2008-11-19 08:45
Beta 0157, WinXPsp3, included JRE.
The following code:
size(200,200,P2D);
background(0);
noFill();
stroke(255,128);
rect(10,10,180,180);
draws the outline stroke at full opacity. (was unable to test with just a line() call due
to ?related?
bug 1023
already submitted)
Additional Comment
#1 From fry 2008-11-20 07:56
fixed for 0158, thanks for the report.