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
Is there a distribution version? I am running it on a page and get: Uncaught ReferenceError: SVG_Root is not defined
when running on a text area holding svg code: var SVGObject = SVG_Root($('#svgtexarea').val()); SVGObject.optimise();
Using 3 following scripts:
<script type="text/javascript" src="js/SVG-data.js"></script> <script type="text/javascript" src="js/optimiseSVG.js"></script> <script type="text/javascript" src="js/optimise-functions.js"></script>
The text was updated successfully, but these errors were encountered:
You need SVG-elements.js too. When the project is more complete I'll simplify the file structure.
Sorry, something went wrong.
No branches or pull requests
Is there a distribution version?
I am running it on a page and get:
Uncaught ReferenceError: SVG_Root is not defined
when running on a text area holding svg code:
var SVGObject = SVG_Root($('#svgtexarea').val());
SVGObject.optimise();
Using 3 following scripts:
The text was updated successfully, but these errors were encountered: