Returns a description of the clip given that the render object being clipped is of the given size.
@override Path getClip(Size size) { final polygon = PolygonUtils.genPolygon(args, size); return polygon.genPath; }