-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Description/Steps to reproduce
Stringifying a segment leads to just an array, instead of an object with labeled properties like point, handleIn, and handleOut."
Link to reproduction test-case
https://codepen.io/nikola12334/pen/JjgopMK
Expected result
"segment":{"point":{"x":242,"y":259},"handleIn":{"x":0,"y":0},"handleOut":{"x":0,"y":0}}
Actual result
"['Path',{'applyMatrix':true,'segments':[[[100,50],[0,0],[80,100]],[[300,50],[-80,-100],[0,0]]],'strokeColor':[0,0,0]}]"
Additional information
mac os: 14.6.1 , Node: v16.13.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels