Bug 1024 : P2D - alpha stroke rendered at full opacity
Last modified: 2008-11-20 07:56




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P1
Severity:
normal

 

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.