View Single Post
Old 03-21-2010, 05:04 PM   PM User | #3
JuliaF
New to the CF scene

 
Join Date: Mar 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
JuliaF is an unknown quantity at this point
It worked! Thank you TinyScript so much!

I guess the clearing wasn't causing the problem because any one I choose now works.

My code now is:
Code:
c2d.save();
c2d.beginPath();
/* Drawing functions  */
c2d.closePath();
c2d.strokeStyle = "#000000";
c2d.stroke();
c2d.restore();
The problem must have been caused by the repeated saving and storing of the paths without them being rendered or something.

Last edited by JuliaF; 03-21-2010 at 05:05 PM.. Reason: Mentioning TinyScript's name
JuliaF is offline   Reply With Quote