Closed yonicd closed 4 years ago
Looks like a bug in my "special" handling for transform attributes.
> stag$rect(transform = 3, a = 3)
<rect a="3" transform="3 3" />
Fix applied
> stag$rect(transform = 3, a = 3)
<rect a="3" transform="3" />
what is the right way to use this?