Scaled version of this GShape.
@override Graphic scaled(double scale) => Graphic(width.scaled(scale), height.scaled(scale), shapes.scaled(scale));