[name] can be used to render geometric data using SVG. The produced vector graphics are particular useful in the following use cases:
[name] has various advantages. It produces crystal-clear and sharp output which is independent of the actual viewport resolution.
SVG elements can be styled via CSS. And they have good accessibility since it's possible to add metadata like title or description (useful for search engines or screen readers).
There are, however, some important limitations:
[example:svg_lines lines]
[example:svg_sandbox sandbox]
Tells the renderer to clear its drawing surface.
Renders a [page:Scene scene] using a [page:Camera camera].
Sets the clearColor and the clearAlpha.
Sets the precision of the data used to create a path.
Sets the render quality. Possible values are *low* and *high* (default).
Resizes the renderer to (width, height).