Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes in SVG spec break SVG-Edit in Chrome 48. #63

Closed
tangentstorm opened this issue Jan 29, 2016 · 3 comments
Closed

Changes in SVG spec break SVG-Edit in Chrome 48. #63

tangentstorm opened this issue Jan 29, 2016 · 3 comments

Comments

@tangentstorm
Copy link

The SVGPathSeg interface was removed from the SVG specification, and as a result, Chrome no longer supports it, starting with version 48:

https://www.chromestatus.com/feature/5708851034718208

This change renders SVG-Edit completely unusable.

We have been using this nice workaround by @progers at our company:

https://github.com/progers/pathseg

Just add pathseg.js to your list of includes.

(The better fix is probably to update to the new Paths API he points out in the README there.)

@codedread
Copy link
Member

Are you saying that even after #20 that the trunk SVG-edit doesn't work?

@tangentstorm
Copy link
Author

My apologies. We're using an old version where I work, and I had to patch it.

I skimmed the bug list but didn't notice there was already a fix.

(Also, someone mentioned it on the IRC channel earlier today, but I missed them and nobody else responded. I just sort of assumed you guys didn't know. Sorry!)

@codedread
Copy link
Member

No problem! :)

jfhenon added a commit that referenced this issue Mar 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants