You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When vertices are moved, the vertices styles are changed to make the outline dashed. But the style is applied to the g element instead of just the path element. Because of that the style also applies to the vertex labels which is unwanted.
(note that it displays correctly on browsers because of css stylings, but the svg is incorrect.)
The text was updated successfully, but these errors were encountered:
When vertices are moved, the vertices styles are changed to make the outline dashed. But the style is applied to the g element instead of just the path element. Because of that the style also applies to the vertex labels which is unwanted.
(note that it displays correctly on browsers because of css stylings, but the svg is incorrect.)
The text was updated successfully, but these errors were encountered: