SVGedit: how to remove all elements from svgCanvas?

262 Views Asked by At

How to remove all elements from svgCanvas ?

I tried with :

svgCanvas.clearSvgContentElement()
svgCanvas.clearSelection();

With no success. (and if possible avoid blinking effect)

1

There are 1 best solutions below

0
On

You should use svgCanvas.clear()