Releases: dompdf/php-svg-lib
Releases · dompdf/php-svg-lib
1.0.0
Nattering Narwhal
What's Changed
- Handle nested definition elements in #120
Full Changelog: 0.5.3...0.5.4
Addressed Issues: https://github.com/dompdf/php-svg-lib/milestone/9?closed=1
Masticating Manatee
What's Changed
- Update color parsing logic in #105
- Improve use handling in #111
- Render a line for a path segment with a radius of zero in #112
Full Changelog: 0.5.2...0.5.3
Addressed Issues: 0.5.3 milestone
Lounging Llama
Security release to address the following reported vulnerability:
Full Changelog: 0.5.1...0.5.2
Kickin' Koala
Security release to address the following reported vulnerabilities:
Jesting Jackal
- Adds full support for non-user space length values (percent, unit values)
- Improves processing of
use
elements - Improves path rendering and syntax support
- Adds support for colors with alpha
- Adds support for non-namespaced "href" attribute
- Improves font parsing
See the 0.5.0 milestone for issues and PRs
Gracious thanks to the contributors who helped make this release possible.
Ignaminous Iguanga
- Re-target base PHP support to 7.1
- Skips rendering of indeterminate (return-to-origin) arc segments
Howling Hyena
- Improves compatibility with PHP 8.1
- Update Cpdf to latest version
- Updates php-css-parser dependency to 8.4
Garrulous Gazelle
- Drop PHP support older than 7.4
- Fix PHP warning when open_basedir restriction in effect
- Correct namespace for CPdf class
- Fixed a memory leak
- Address potential offset error on null value
- Don't include tests in composer package
- Improve parsing of arc segments
- Support strokeDashoffset
Fanatical Furet
- Update dependencies
- Improve PHP 7.x compatibility
- Fix transformation handling