Is there any easy way to draw a path, by passing a string value representing that path.
For example, in fabric.js you can do something like that:
var path = new fabric.Path('M 0 0 L 200 100 L 170 200 z');
Is there anything similar to that in easeljs. I looked at the documentation, i couldn't find anything.