Returns the current svg instance
Svg? get svg => _svg;
set svg(Svg? svg) { _svg?.dispose(); _svg = svg; }