Do the HTML5 Canvas line commands work inside plugins? I know this might be a stupid question but I thought I would ask before delving...
E.g. I have an object and this object draws itself as well as a few filled shapes made up of lines (...beginPath(), moveTo(x,y), pathTo(x,y) etc). Is this possible? If it isn't is their speedy alternatives?