Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

HTML5 - Vector white lines problem

New Here ,
May 14, 2019 May 14, 2019

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.

Esboço.png

418
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , May 14, 2019 May 14, 2019

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

Translate
LEGEND ,
May 14, 2019 May 14, 2019
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines