KUIML
Blue Cat's User Interface Programming Language
svg

Description

KUIML supports inline svg graphics. Only core svg elements and attributes are supported (circle, ellipse, line, path, polygon, polyline, rect, radialGradient, linearGradient). Filters, effects and drop shadows are not supported.

Note that you cannot add other widgets inside an svg tag (just like svg embedded into HTML): all non-svg tags inserted into an svg elements are simply ignored.

Inherited Attributes

See the Widgets element.

Specific Attributes

Name Value Type Default Value Description Comment V. Exp.

viewBox

space separated values

empty

Bounds of the SVG viewport.

If not defined, the bounds are automatically computed from the content of the svg file when possible.

Syntax: [x y width height]

2.5

No

innerSVG

svg

content of the svg tag

inner content of the svg element.

attribute exposed a string that can be used to change the content of the svg element at runtime.

2.7.2

2.7.2