Path
appears like polylines while animating to new values
#972
Labels
a-2d
Relates to the 2d package
b-enhancement
New feature or request
c-accepted
The issue is ready to be worked on
Describe the bug
During morph transitions (
<Path>.data(newPath)
), all curves between points are turned into lines.This effect is present on the final render as well.
project._.Motion.Canvas.-.Google.Chrome.2024-03-05.17-50-48-c.mp4
To Reproduce
Expected behavior
Curves are preserved during transitions.
(The video below uses browser CSS keyframes)
Document.-.Google.Chrome.2024-03-05.17-42-13-c.mp4
Console errors
None
Package versions:
Additional context
Maybe it has something to do with interpolation resolutions / amount of division segments when calculating new curves?
The text was updated successfully, but these errors were encountered: