You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed BasicShape from clipPath attribute. This really feels like mixing the CSS and SVG spec to me and I want
this library to be purely SVG. From what I can tell the SVG 1.1 spec only really supports FuncIRI notation.
Added a SvgColor type and replaced the string typing on numerous attributes that use color.
Added a SvgPaint type and used that on some attributes.
Added a SvgId type to be used with id attributes and added lots of convenience methods to take care of id
resources and url to ID resources.