Shape
While not an object type in and of itself, selecting a shape from the Create context menu in Novelty will create a texture-less Image with a custom shape resource.
Fig: A custom shape
Usage
- Displaying custom shapes.
Related articles
Sample NoveltyML
<Shape name="My shape" type="fan">
<Point coord="0,0"/>
<Point coord="1,1"/>
<Point coord="2,0"/>
</Shape>