Top "Svg-edit" questions

SVG-edit is a web-based, JavaScript-driven SVG drawing editor that works in any modern browser.

Changing the width/height of an SVG path

How can I change the width/height of a selected path in SVG-edit. So far i only have this: svgCanvas.…

javascript svg svg-edit
Get the bounding box of a selected SVG element

I want to read: width,height,x,y measurements for a particular SVG element. I suppose that easiest way to …

javascript svg svg-edit
How to apply transform matrix to path coordinates in Raphael JS 2?

I want to apply or 'bake' a transformation of several paths in Raphael JS 2, so that I can then combine …

javascript svg raphael svg-edit
How to replace the value of the text element in svg from jquery

I am creating an svg tool for the constructing a building , i had created a room ( with the rect tool ) …

javascript jquery svg svg-edit