Files
orx/orx-svg
Edwin Jakobs b7ba6f6daa Feature variants (#376)
Migrate from buildSrc to build-logic. Setup feature variants.
2025-09-17 10:03:02 +02:00
..
2025-09-17 10:03:02 +02:00

orx-svg

SVG reader and writer library.

Methods

fun loadSVG(fileOrUrlOrSvg: String): Composition
fun loadSVG(file: File): Composition

fun parseSVG(svgString: String): Composition

fun Shape.toSvg(): String
fun ShapeContour.toSvg(): String

fun Composition.saveToFile(file: File)
fun Composition.toSVG(): String

Find basic examples of loading and saving SVG files in the guide.

The code in orx-svg was previously found under openrndr-svg in the openrndr repository.