yWorks / svg2pdf.js

A javascript-only SVG to PDF conversion utility that runs in the browser. Brought to you by yWorks - the diagramming experts
MIT License
655 stars 101 forks source link

Allow dash in marker url #11

Closed mwasiluk closed 7 years ago

yGuy commented 7 years ago

Thank you for the improvement. Please pull out the regex into a variable and improve the regex so that it will also accept urls that are more complicated - instead of just adding the "dash" it should match more like anything but the closing parenthesis: url(#asf@234-3/asdf) should also work as far as I can see.

See the definition of ifragment in the IRI syntax here: http://www.ietf.org/rfc/rfc3987.txt

yGuy commented 7 years ago

I fixed it in 1.0.1, I believe, please check