|
Author |
Topic: Rects and Ellipses don't have alpha? (Read 359 times) |
|
_scloopy Guest
|
Rects and Ellipses don't have alpha?
« on: Oct 7th, 2003, 12:46am » |
|
Check this out. The line draws with alpha but not the rect or ellipse! Code:size(200, 200); background(0); stroke(255,255,255,20); noFill(); ellipseMode(CENTER_DIAMETER); ellipse(100, 100, 160, 160); rectMode(CENTER_DIAMETER); rect(100, 100, 100, 100); line(20, 20, 180, 180); |
|
|
|
|
|
_scloopy Guest
|
Re: Rects and Ellipses don't have alpha?
« Reply #1 on: Oct 7th, 2003, 12:48am » |
|
Oops I forgot to metion this is in p65 on Mac OS X
|
|
|
|
fry
|
Re: Rects and Ellipses don't have alpha?
« Reply #2 on: Oct 7th, 2003, 12:58am » |
|
yup, already fixed for 66, available this week.
|
|
|
|
|