ksvg / com.github.nwillc.ksvg

Package com.github.nwillc.ksvg

Types

(JS, JVM)

RenderMode

The mode to employ when rendering. Some Elements must render differently when used inline in HTML5 or in a standalone SVG file.

enum class RenderMode

Extensions for External Classes

(JVM)

java.lang.Appendable

(JS, JVM)

kotlin.String

Functions

(JS)

escapeHTML

Escapes special characters of an Appendable for HTML output. Handles double quotes, greater than, less than, ampersand, and characters greater than eight bit.

fun <ERROR CLASS>.escapeHTML(csq: CharSequence): Unit
(JS)

toAttributeName

fun <ERROR CLASS>.toAttributeName(csq: CharSequence): Unit