Skip to content

0.1.0-alpha.3

Choose a tag to compare

@yoxjames yoxjames released this 18 Apr 18:16
· 8 commits to main since this release
  • 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.