Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Attachment actions
Description
Component used: Graphics
Version used:1.0.0 RC 01
See attached screenshots.
This issue is visible when calling
toPath
on aRoundedPolygon
and aMorph
and using thePathMeasure
to draw parts of generatedPath
.As you can see, the initial drawing of a
RoundedPolygon
path is splitting the first cubic in half, while theMorph
path is not.Request:
Align the two to follow the
RoundedPolygon
way of path generation. Potentially, add a flag to allow controlling this when creating paths.