SVG-image-editor
SVG-image-editor copied to clipboard
How can I rendre the svg without the corners
Hello,
Thank you for this script,
I want to know how can I render the svg code without the corners, I tried imageEditor.render().el but the result contain layers with corners (see attached Image )
Best regards
@elbanyaoui hello!
Just try to hide them
.resizable-group, .rotatable-group, .draggable-handle { display: none; }
Thank you