Closed BenJeau closed 2 years ago
d
combineWithLatestPath
true
path
data
PathType
toSVG
Note: The prop combineWithLatestPath can be changed, but will only apply for the next time the opacity, color, or thickness changed
With combineWithLatestPath set to true
https://user-images.githubusercontent.com/22248828/152662556-37817769-c1ca-4a4e-b95b-85dd52fca7d1.mp4
With combineWithLatestPath set to false (default behaviour)
https://user-images.githubusercontent.com/22248828/152662557-8347c32e-3cef-4966-8bdf-ae57002c0cfb.mp4
closes #48
Changes
d
attribute of SVG paths) if thecombineWithLatestPath
prop istrue
path
anddata
arrays forPathType
toSVG
returns the stringExample of the change
With
combineWithLatestPath
set to truehttps://user-images.githubusercontent.com/22248828/152662556-37817769-c1ca-4a4e-b95b-85dd52fca7d1.mp4
With
combineWithLatestPath
set to false (default behaviour)https://user-images.githubusercontent.com/22248828/152662557-8347c32e-3cef-4966-8bdf-ae57002c0cfb.mp4
Related issues
closes #48