Module objects

Module objects 

Source
Expand description

Contains all builtin objects that can be rendered. As well as the Object trait that all objects must implement, and allows you to create custom objects.

Structs§

Math
Render a math expression using mathjax.
Polygon
A polygon object.
RawSvg
A raw SVG object.
Text
A text object.

Enums§

Direction
Represents a direction.

Traits§

Object
The Object trait is implemented by all objects that can be rendered.