Scaled version of this GShape.
@override GSVGPath scaled(double scale) => GSVGPath(_paths.scaled(scale), fillColor: fillColor, strokeColor: strokeColor, strokeSize: strokeSize?.scaled(scale));