[Bug] When WebGL
mode is enabled, the zooming behavior of ZUI
causes Path
to lose its sharp appearance.
#743
Labels
Two.JS is NICE, and I've been using it recently to develop a drawing tool.
Describe the bug

When
WebGL
mode is enabled, the zooming behavior ofZUI
affects the appearance ofPath
. Specifically, the precision ofPath
created at the smallest zoom level differs from those created at the largest zoom level.This issue does not occur in
Canvas
orSVG
modes
Screenshots
First line: Path created at the smallest zoom level
Second line: Path created at the largest zoom level
Environment (please select one):
Desktop (please complete the following information):
Additional context
The
Zoom & Pan UI
example exhibits a similar issue.When
WebGL
is enabled and the zoom level is at its highest, the shapes no longer have sharp edges.Official example
Official example in WebGL mode
The text was updated successfully, but these errors were encountered: