Php Svg Lib Versions Save

SVG file parsing / rendering library

1.0.0

1 month ago

What's Changed

Full Changelog: https://github.com/dompdf/php-svg-lib/compare/0.5.4...1.0.0

0.5.4

2 months ago

0.5.3

3 months ago

What's Changed

Full Changelog: https://github.com/dompdf/php-svg-lib/compare/0.5.2...0.5.3 Addressed Issues: 0.5.3 milestone

0.5.2

4 months ago

Security release to address the following reported vulnerability:

Full Changelog: https://github.com/dompdf/php-svg-lib/compare/0.5.1...0.5.2

0.5.1

6 months ago

0.5.0

1 year ago
  • 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.

0.4.1

2 years ago
  • Re-target base PHP support to 7.1
  • Skips rendering of indeterminate (return-to-origin) arc segments

0.4.0

2 years ago
  • Improves compatibility with PHP 8.1
    • Update Cpdf to latest version
    • Updates php-css-parser dependency to 8.4

0.3.4

2 years ago
  • 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

v0.3.3

4 years ago
  • Update dependencies
  • Improve PHP 7.x compatibility
  • Fix transformation handling