Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animated polygon and free hand drawing #2723

Closed
KristjanLiiva opened this issue Jan 6, 2016 · 1 comment · Fixed by #2895
Closed

Animated polygon and free hand drawing #2723

KristjanLiiva opened this issue Jan 6, 2016 · 1 comment · Fixed by #2895

Comments

@KristjanLiiva
Copy link

In my application the user is able to add animated arrows to the canvas. To create the moving arrow I used the approach showed in Animating polygon points demo.

However while the animation is on the canvas, free hand drawing preview is no longer visible (or flashing occasionally). I assume this is because the canvas is continuously redrawn? To reproduce this, you can just use the Animating polygon points demo on fabric site and enable isDrawingMode on the canvas. I am using Chrome.

Is there a way to avoid this problem?

@asturur
Copy link
Member

asturur commented Feb 26, 2016

It would be nice to move the drawing of freedrawing on top canvas, while animating the lower canvas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants