Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dompdf/php-svg-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.2
Choose a base ref
...
head repository: dompdf/php-svg-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.3
Choose a head ref
  • 14 commits
  • 12 files changed
  • 1 contributor

Commits on Feb 23, 2024

  1. Parse opacity only from color value array

    fixes #100
    bsweeney committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4350dce View commit details
    Browse the repository at this point in the history
  2. Add support for transparent color keyword

    fixes #103
    bsweeney committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e4b2dce View commit details
    Browse the repository at this point in the history
  3. Ignore color gradients

    since feature is not yet complete.
    
    fixes #102
    bsweeney committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c6acd17 View commit details
    Browse the repository at this point in the history
  4. Parse styles contained within defs

    fixes #98
    bsweeney committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e39b7c0 View commit details
    Browse the repository at this point in the history
  5. Return color quad as decimal array

    fixes #109
    bsweeney committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    535e674 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1854d66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    720b707 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    52d6776 View commit details
    Browse the repository at this point in the history
  9. Update README links

    bsweeney committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    519791c View commit details
    Browse the repository at this point in the history
  10. Update license property in composer.json

    fixes #104
    bsweeney committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    bb2eee6 View commit details
    Browse the repository at this point in the history
  11. Improve use handling

    - ensures nested groups are rendered
    - merges styles from use element with referenced element
    - fixes order of end render calls
    bsweeney committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    092e32c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3d6b248 View commit details
    Browse the repository at this point in the history
  13. Improve symbol element parsing

    This change adds a separate Symbol tag class since the element should be treated slightly different from a Group, namely in that a vewBox can be applied. Additionally, a Symbol is like a def in that it should not be rendered until referenced by a Use element.
    
    fixes #58
    bsweeney committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    964d9a9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0e46722 View commit details
    Browse the repository at this point in the history
Loading