Nodes in this category apply fill and stroke styles to alter the appearance of vector graphics.
Nodes
| Node | Details | Possible Types |
|---|---|---|
| Assign Colors | Uniquely sets the fill and/or stroke style of every vector element to individual colors sampled along a chosen gradient. | Graphic[] → Graphic[]Vector[] → Vector[] |
| Dash Pattern | Builds a stroke dash pattern from a list of lengths that alternate between dash and gap, starting with a dash. | f64[] → DashPattern |
| Fill | Applies a fill style to the vector content, giving an appearance to the area within the interior of the geometry. | Vector → VectorVector[] → Vector[]Graphic → GraphicGraphic[] → Graphic[] |
| Stroke | Applies a stroke style to the vector content, giving an appearance to the area within the outline of the geometry. | Vector → VectorVector[] → Vector[]Graphic → GraphicGraphic[] → Graphic[] |