HTML5 - Vector white lines problem
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.

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
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.