SVG-image-editor icon indicating copy to clipboard operation
SVG-image-editor copied to clipboard

How can I rendre the svg without the corners

Open elbanyaoui opened this issue 9 years ago • 2 comments

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 )

7-30-2015 11-37-16 am

Best regards

elbanyaoui avatar Jul 30 '15 11:07 elbanyaoui

@elbanyaoui hello!

Just try to hide them

.resizable-group, .rotatable-group, .draggable-handle { display: none; }

vladrub avatar Aug 02 '15 21:08 vladrub

Thank you

elbanyaoui avatar Aug 03 '15 08:08 elbanyaoui