canvas draw changed because of breaking change in svg

This commit is contained in:
Felix Weuthen
2020-02-04 17:49:29 +01:00
parent d0a595ddcb
commit fa74260be9

View File

@ -23,7 +23,7 @@ class Svg {
}
svgRoot.scaleCanvasToViewBox(canvas, Size(width, height));
svgRoot.draw(canvas, null, null);
svgRoot.draw(canvas, null);
}
/// Renders the svg on the [canvas] on the given [position] using the dimmensions provided on [width] and [height]