ad-si / shaven

DOM building utility & Template engine based on JsonML + syntax sugar

Home Page:https://shaven.ad-si.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Escaping in SVGs

adius opened this issue · comments

['text', '<circle>', {
    x: 20
    y: 70
}]

This shouldn't create a circle element but print the text.

Not reproducible