Sciter specific: SVG may contain arbitrary HTML elements positioned by x and y attributes.
x and y defines anchor position of the element inside SVG. If vertical-align:top; then anchor position is top-left corner of the element.
If vertical-align:baseline; is defined then y defines baseline position of the element.