squircle ======== **Name**: geom squircle **Description**: geom Create a squircle. **Arguments**: * -w --width: The width * -h --height: The height * -p --numberOfPoints: The number of points * -r --rotation: The rotation * -c --center: The flag to use center (true) or the base (false) * -g --geometry: The input geometry * --help: Print help message * --web-help: Open help in a web browser **Example**:: geom squircle -g "POINT (100 100)" -p 30 -w 500 -h 500 .. image:: squircle.png