Skip to content

v0.9.0

Compare
Choose a tag to compare
@meyfa meyfa released this 25 Jul 10:44

What's Changed

Breaking changes

  • \SVG\SVGImage is renamed to \SVG\SVG (PR #55) (fc8e34e)
  • \SVG\Nodes\Embedded\SVGImageElement is renamed to \SVG\Nodes\Embedded\SVGImage (PR #55) (1680eca)

Features

  • Implement text rendering, paint-order attribute (PR #54 by @za-ek) (a89d495)
  • Allow arbitrary font-size units for rendering (447e002)
  • Skip text rasterization when no font specified (0a22649)

Style

  • Split SVG.php into Length, Angle, Color, ColorLookup (PR #55) (b94c8b3)
  • Move color clamping into separate function (95edea9)
  • Converge code style / spacing (62123bf, 3ca37fe)

New Contributors

  • @za-ek made their first contribution in #54

Full Changelog: v0.8.0...v0.9.0