The Star Layer generates a multi-pointed parametric shape with customizable geometry and proportions. It is similar to a polygon but introduces additional control over the distance between outer and inner vertices, allowing for a wide range of starburst and radial designs.


This Layer can be created with the “Draw Star” tool in the Tool Select Toolbar.
Properties #
This Layer supports all of the universal Layer properties along with some of its own.
Points #
Defines the number of vertices (points) that form the star.
- 3 creates a simple triangular star.
- 5 produces a classic five-pointed star (default).
- Higher values (e.g., 10, 20) create dense radial or circular patterns.
The Points property determines the total number of outer tips; for each outer vertex, a corresponding inner vertex is with positioning generated based on the % Inner Width and Height values.
NOTE: Points must be ≥ 3; values below 3 will not render a valid shape.
% Inner Width & Height #
These two properties control how far the inner vertices of the star extend inward from the outer edge, defining the “depth” of the star’s points:
- % Inner Width affects the horizontal inward pull.
- % Inner Height affects the vertical inward pull.
The closer these values are to 0, the more sharply the points taper toward the center.
The closer they are to 1, the more the shape approaches a circular form with minimal indentation between points.
Common examples:
- (0, 0):
- All points meet at the center, forming intersecting lines only.
- (0.5, 0.5):
- Balanced star shape with defined spikes and gaps.
- (1, 1):
- The star becomes nearly circular with no visible point separation.
These values can also be used independently to create asymmetrical or stylized star forms.
Fill #
This property is of the Brush Property type, which allows for color and visual styling of the Layer.
The Fill brush determines how the inside of the shape is rendered.
Stroke #
This property is of the Brush Property type, which allows for color and visual styling of the Layer.
Defines the outline color or style of the polygon, drawing around the star’s border.
Stroke Thickness
Controls the width of the line in the project’s current base units.
Opacity Mask #
This property is of the Brush Property type, which allows for color and visual styling of the Layer.
Applies a mask effect over the star’s rendered content to control how it blends or fades. This can be used to create gradient transparency, fade effects, or highlight shapes.
The opacity mask affects both Fill and Stroke uniformly, without changing geometry.