How can I change the width/height of a selected path in SVG-edit.
So far i only have this:
svgCanvas.changeSelectedAttribute("height", "499");
The above command has absolutely no effect on the path. Resizing the bounding box just resizes the bounding box, but not the path itself.