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 am trying to morph an svg
var myIcons = new SVGMorpheus('#iconset') myIcons.to('icon1')
I am seeing the following error:
svg-morpheus.js:231 Uncaught ReferenceError: clone is not defined
I figured maybe this was jQuery's clone method you are trying to use so I included jQuery, but I am still having the same issue.
The text was updated successfully, but these errors were encountered:
The clone method is in helpers.js.
Sorry, something went wrong.
No branches or pull requests
I am trying to morph an svg
I am seeing the following error:
svg-morpheus.js:231 Uncaught ReferenceError: clone is not defined
I figured maybe this was jQuery's clone method you are trying to use so I included jQuery, but I am still having the same issue.
The text was updated successfully, but these errors were encountered: