Hi all. Hope you can help. I haven't created a pen because this can be reproduced by just forking the morph hippo/star demo and adding the code from the example docs e.g:   var bezier = MorphSVGPlugin.pathDataToBezier("M37,17v15H14V17H37z M50,0H0v50h50V0z", {align:"relative"}); Uncaught TypeError: MorphSVGPlugin.pathDataToBezier is not a function Locally I'm playing around with MorphSVG and all the other functions work (convert, rawpathto, stringto etc) but the bezier one errors ou