-
Notifications
You must be signed in to change notification settings - Fork 45
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
inlineResources not working (fetchResource() Error: No URL passed) #170
Comments
This is on Google Chrome 95. It's not an issue on Firefox 94 yet. Using Sadly I'm currently unable to make and test a pull request :/ |
谢谢,这很有帮助。 |
This issue on the Inkscape issue tracker |
@BoutValentin Thank you for writing a workaround (#183) - that would certainly work. The original issue within Inkscape has been fixed by now (inkscape issue 620) and will be part of their release 1.3, which is going to render #113 and the corresponding pull request #116 obsolete. Therefore I suggest undoing the changes in #116 to confirm to the SVG2.0 spec again as soon as Inkscape 1.3 has been released. |
Inkscape 1.3 has been released on July 23, 2023. |
Before I begin, thank you for this awesome library.
inlineResources is not working:
This error was introduced in version 0.11.5 (issue #113, fix #116). Version 0.11.4 works fine. See screenshots below.
I suspect that fetchURL doesn't know to look in xlink:href instead of href.
Therefore element.href.baseVal is undefined and it outputs
No URL passed
(inline.ts, line 27)JavaScript code used
I'm using the CDN version as recommended in #135. I've tested both versions.
Version 0.11.4
Version 0.11.5
don't mind the impossible geometry :)
The text was updated successfully, but these errors were encountered: