An enum describing how the SVG file will be tessellated.
| Property | Description |
|---|---|
| Triangulation | The tessellation will be done using simple triangulation. Antialiasing has to be achieved using other methods, such as MSAA. |
| AntialiasedArcEncodings | The tessellation will be done antialiased the arc encodings. |