Yqnn / svg-path-editor

Online editor to create and manipulate SVG paths
https://yqnn.github.io/svg-path-editor/
Apache License 2.0
4.11k stars 335 forks source link

Update #81

Closed Yqnn closed 2 years ago

Yqnn commented 2 years ago

70

Danny-Engelman commented 2 years ago

Does this mean we can do https://yqnn.github.io/svg-path-editor/?path=M0,0H10

Yqnn commented 2 years ago

Does this mean we can do https://yqnn.github.io/svg-path-editor/?path=M0,0H10

Almost, it's like that: https://yqnn.github.io/svg-path-editor/#P=M0_0H10

But you can simply use the following button to generate the URL: image

image

Yqnn commented 2 years ago

Does this mean we can do https://yqnn.github.io/svg-path-editor/?path=M0,0H10

By the way, your comment made me spot a little bug: the feature doesn't work if there is coma in the path. Until it's fixed please use only spaces.