Copy link to clipboard
Copied
When I export an animation on HTML5 canvas it gets those blanks between some parts of the vector. What could be done to solve this?
Thank you.
This is an intrinsic problem with how browsers draw anti-aliased lines in the canvas element. The only mitigation is to make your vectors slightly overlap.
https://petewarden.com/2011/01/30/a-fundamental-bug-in-html5s-canvas/
graphics - How to avoid seams between filled areas in canvas? - Stack Overflow
Copy link to clipboard
Copied
This is an intrinsic problem with how browsers draw anti-aliased lines in the canvas element. The only mitigation is to make your vectors slightly overlap.
https://petewarden.com/2011/01/30/a-fundamental-bug-in-html5s-canvas/
graphics - How to avoid seams between filled areas in canvas? - Stack Overflow
Find more inspiration, events, and resources on the new Adobe Community
Explore Now