v0.9.1
What's Changed
Features
- Add class for svg tag 'a' (PR #61 by @pkertyxy) (1fd87d7)
- PR #66 by @MatthiasKuehneEllerhold (c0d075d):
- Implement embedded images (via
SVGImage) and embedded fonts (viaSVGFont) - Add
SVGClipPath - Add
SVGImage::fromString()
- Implement embedded images (via
- Add constructor to
SVGTitleclass (34401ed)
Fixes
- Add missing
ext-simplexmlcomposer requirement (PR #57 by @moebrowne) (96a1daf) - Fix docblock types and float defaults (PR #58 by @moebrowne) (7a23aff)
- Travis: Specify dist 'trusty' for PHP 5.4 and 5.5 (856ccd7)
- Fix #72: error if rect dimensions 0, rounded corners (13e1118)
- Fix #69: missing attributes if xmlns not set on
<svg>(3b36e9f)
Misc
New Contributors
- @moebrowne made their first contribution in #57
- @pkertyxy made their first contribution in #61
- @MatthiasKuehneEllerhold made their first contribution in #66
- @axis80 made their first contribution in #67
Full Changelog: v0.9.0...v0.9.1