0

How to remove all elements from svgCanvas ?

I tried with :

svgCanvas.clearSvgContentElement()
svgCanvas.clearSelection();

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

yarek
  • 11,278
  • 30
  • 120
  • 219

1 Answers1

0

You should use svgCanvas.clear()

gihef
  • 240
  • 1
  • 8