SVG-Morpheus icon indicating copy to clipboard operation
SVG-Morpheus copied to clipboard

Clone is not defined svg-morpheus.js:231

Open GarrettHartley opened this issue 8 years ago • 1 comments

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.

GarrettHartley avatar Sep 13 '16 20:09 GarrettHartley

The clone method is in helpers.js.

nonobelong avatar Mar 23 '17 15:03 nonobelong