I'm looking at using svg-edit to annotate images in a browser. The image is uploaded on the same page the svg-edit is embedded in and needs to be set dynamically on upload as the background for svg-edit. Can this be done?
I'm trying to integrate svg-editor with Laravel 4.
My current solution is to insert svg-editor.html file renamed as svg-editor.php inside my views folder and move the rest of files into the public folder. So now I've moved all the calls to js and…
I am doing a modification of svg-edit, more specifically Mark McKays Method draw: https://github.com/duopixel/Method-Draw.
I want to use this Raphael library i found: https://github.com/poilu/raphael-boolean that allows me to perform boolean(set)…
I have written a function that will resize an SVG path, or any shape. However when i use it the path does gets resized but unfortunatetly it also changes position within my svg-canvas.
this is my function
function output()
{
var…
I am wondering if it would be possible to resize a path using values inputted by the user after he draws the path. Setting the width and height for example.
I am currently using the transform attribute within a JS function to do that but while the…
This is quite a project-specific question, to do with my implementation of svg-edit..
I've implemented the updated 'ext-server_opensave.js' (from this issue) so that the user is able to upload raster images from their file system.
The code snippet…
I am working with the svg-edit for my project, and am altering the svgedit.compiled.js as per my need, here am getting some issues, want to get the selected elements transform which is in the transform matrix ,I can get the transform of the the…