Svg
src
@Js
const class Svg : Obj
SVG (Scalar Vector Graphics) utilities
src
static Str def(Elem svgElem, Elem defElem)
Auto-generate an id for the def element and mount it into the svg document's defs section. This method will automatically generate a <defs>
child in the svg document as needed. If defs already has an id or is already mounted, then no action is taken.
src
static Str defUrl(Elem svgElem, Elem defElem)
Mount a definition element using def
and return a CSS URL to the fragment identifier such as "url(#def-d)". This is used to reference gradient and clip definitions.
src
static Elem elem(Str tagName)
Create element with proper namespace
src
const static Uri ns := `http://www.w3.org/2000/svg`
SVG XML namesapce
src
const static Uri nsXLink := `http://www.w3.org/1999/xlink`
XLink XML namespace