lewik
05/17/2018, 11:47 AMorangy
05/17/2018, 12:21 PMcaffeine
05/17/2018, 1:55 PMinline fun Document.createSVG(tagName: String): SVGElement = createElementNS("<http://www.w3.org/2000/svg>", tagName).unsafeCast<SVGElement>()
fun SVGPath() = document.createSVG("path").unsafeCast<SVGPathElement>()