Skip to content

RCSS: Decorators: SVG

Victor Luchits edited this page Jan 14, 2018 · 1 revision

The 'svg' decorator can render a single Scalable Vector Graphics image. It has the following properties:

svg-src

Property Comment
Value: <string>
Initial: not defined
Percentages: N/A

This property defines the name (and, for file sources, the relative path) of the source image.

svg-tesselate

Property Comment
Value: <number>
Initial: 0
Percentages: N/A

This property enables experimental tesselation support. In tesselation mode, gradients are not supported and resulting the geometry may produce substantial aliasing on slanted edges, unless 2D MSAA is not enabled in the renderer.

Clone this wiki locally