We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can't export a svg example. I tested this:
var draw = SVG('paper').size(400, 400) var rect = draw.rect(100, 100) var svgExport = draw.exportSvg()
and return this error: Uncaught TypeError: Cannot read property 'nodeName' of null (svg.js:2841)
I use svg.js version 2.0.5 and svg.export.js version 0.1.1
The text was updated successfully, but these errors were encountered:
svg.export.js is obsolete for svg.js v2: https://github.com/wout/svg.js#import--export-svg
Sorry, something went wrong.
No branches or pull requests
I can't export a svg example. I tested this:
and return this error:
Uncaught TypeError: Cannot read property 'nodeName' of null (svg.js:2841)
I use svg.js version 2.0.5 and svg.export.js version 0.1.1
The text was updated successfully, but these errors were encountered: