qoh / TISFAT-Zero

A 2D figure-based keyframe animation program
6 stars 7 forks source link

TISFAT: Canvas flicker when manipulating joints #5

Closed evsl closed 11 years ago

evsl commented 11 years ago

This is extremely important to fix.

The flicker is caused by the canvas clearing the drawn graphics ( Graphics g = this.createGraphics(); g.Clear(Color.White); ) and then invalidating the form, which causes all graphics to be redrawn