arc shadow bug

Report any Hollywood bugs here
Post Reply
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

arc shadow bug

Post by xabierpayet »

hello andreas, check this little code

@DISPLAY{color=#WHITE}
SetFormStyle(#ANTIALIAS)
SetFormStyle(#SHADOW, ARGB(128, $939393), 16, #SHDWSOUTHEAST)
SetFillStyle(#FILLGRADIENT, #CONICAL, #BLUE, #WHITE,10)
Arc(#CENTER,#CENTER, 190, 190, 60,300, #WHITE)
WaitLeftMouse

the shadow is not correct, it´s a bug or i´m doing something bad? i do the same test creating a brush and with selectbrush, with the same result
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: arc shadow bug

Post by airsoftsoftwair »

No, that's clearly a bug. Thanks for reporting!
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: arc shadow bug

Post by airsoftsoftwair »

Fixed.
Post Reply