vladrub / SVG-image-editor

SVG image editor
BSD 3-Clause "New" or "Revised" License
44 stars 10 forks source link

How can I rendre the svg without the corners #1

Open elbanyaoui opened 8 years ago

elbanyaoui commented 8 years ago

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

vladrub commented 8 years ago

@elbanyaoui hello!

Just try to hide them

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

elbanyaoui commented 8 years ago

Thank you