I am creating a rect element based on input values from textbox(getting Height,Width,X and Y from textbox).
When rect is created and appended in parent g element. I am creating a text element showing the newly created rect number.I positioned this…
I am building a web app using asp.net-core with angular 4 templates and uses svg-edit to allow user to draw / load / save images on mobile devices particularly on the IOS devices / android devices. The svg-edit works well for what I need but I've…
How can I edit an SVG same like fill color and other methods of SVG I want to place an SVG/PNG inside an SVG at some specific path/group of SVG, How come it is possible can anyone help me out on this?
Using svg-edit and some of the variants I've found that seem like they are based on the same JS libraries, I create a basic drawing then using either source editor within svg-edit, or loading up an external Notepad-created SVG, that some attributes…
What is difference between SVG path and Three JS X, positions?
I want place object in same place in 3d view using svg X,Y position,
How can I calculate X,Y, Z for 3D view using SVG path X,Y values?
I have two svg image a page Please see the below link,
I want top need to come upper. want are the attribute need to change using jquery , Please any one help, i am not well in svg image
SVG multiple shapes containing I want get the particular g tage image width and height using svg editor(https://github.com/SVG-Edit/svgedit) .
Example Image:
I've been working on modifying svg-edit to save to server. With the previous versions I could use the save to server extension - but when I try to implement it on this version - the Save link that's created is non responsive.
1 - Are there new…
I want to zoom all things except some paths / text on an svg canvas without changing the path / text exact position using svgpanzoom js.
The actual working of my needs is something like a map with some markers on it, I also want to dynamically place…
I try to implement my own button into SVG Editor. Svg editor has many buttons with ID's and funcionality. Now I would like to implement more buttons on one page with different IDs but with the same funcionality as original button. Because of tons of…
I am using an svg-edit tool and want convert an image(jpg or png) to svg before loading it into the editor.
Loading an SVG file is possible but others file types can not be loaded so I think the image must be converted before being loaded.
How can I…
I need to change the ID of element in jquery. This I make with following code:
$('#tool_fhpath').attr('id', 'tool_fhpath2');
Changing id's works fine, but my problem is that element with new id does not interact as the original element. This part…
How can this be accomplished in a HTML page:
Click on the SVG image will open SVG editor in another window. On closing the window (after Y/N prompt) the svg code in the opener window will be updated.
Why is there no font size property for text object in SVG-edit v2.7?
Am I just suppose to resize the text object? How then do I make sure the proportions are kept?