General Path Node Style Demo
This demo shows how to create a variety of star, polygon, and other custom node styles
with GeneralPathNodeStyle.
-
The star shapes are customized by configuring their number of points, outer-inner ratio,
rotation angle, and whether they should be stretched horizontally and/or vertically.
-
The polygon shapes are customized by configuring their number of points, rotation angle,
and whether they should be stretched horizontally and/or vertically.
- Other custom shapes are created using the GeneralPath API.