Top Level Namespace

Defined Under Namespace

Classes: Svgle

Constant Summary collapse

DEFAULT_CSS =
<<CSS

svg {background-color: white}
rect {fill: yellow}
line, polyline {stroke: green; stroke-width: 3}
text {fill: red}

CSS