bggniit / html-5-canvas-whiteboard

Automatically exported from code.google.com/p/html-5-canvas-whiteboard
0 stars 0 forks source link

Animation when drawing rectangles isn't fully working #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Draw a line
2. Draw a rectangle
3. Animate

The animation of rectangle drawing is a bit buggy. The rectangle images flash 
through the animation session and after the animation the drawn rectangle 
won't be visible if nothing else isn't drawn after the rectangle. Also, 
drawing after the animation might have some problems.

Original issue reported on code.google.com by hukk...@gmail.com on 30 Mar 2010 at 4:51

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Deleted the restore event from drawing rectangles (caused a small delay between 
the 
rectangle drawings => image was flashing). Added the previous rectangle 
deleting to the 
rectangle drawing event.

Original comment by hukk...@gmail.com on 31 Mar 2010 at 5:27