Skip to content

Tags: dompdf/php-svg-lib

Tags

1.0.0

Toggle 1.0.0's commit message
Update Cpdf library header

0.5.4

Toggle 0.5.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update PathTest.php for PHPunit compatibility

0.5.3

Toggle 0.5.3's commit message
Render a line for a path segment with a radius of zero

fixes #97

0.5.2

Toggle 0.5.2's commit message
Remove invalid condition around image href validation

0.5.1

Toggle 0.5.1's commit message
Add basic protection against PHAR deserialization

This also includes an option to disable external file references. This applies to images and fonts. External file references are allowed by default, but future version will disallow by default.

0.5.0

Toggle 0.5.0's commit message
Support non-namespaced href attribute

The SVG 2 specification deprecated usage of the xlink namespace when specifying resource references (href attribute) in supported SVG elements.
https://svgwg.org/svg2-draft/linking.html#XLinkRefAttrs

0.4.1

Toggle 0.4.1's commit message
Do not draw indeterminite arc paths

fixes #62

0.4.0

Toggle 0.4.0's commit message
Update composer configuration

- add MBString dependency
- update php-css-parser to 8.4

0.3.4

Toggle 0.3.4's commit message
0.3.4

- 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

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #50 from msch-alpgis/master

Fix styles for php >= 7.0