sachinraja / simple-icons-py

python wrapper for simple-icons
https://pypi.org/project/simpleicons/
MIT License
18 stars 3 forks source link

chore(deps): update dependency svglib to v1.5.1 #43

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svglib 1.1.0 -> 1.5.1 age adoption passing confidence

Release Notes

deeplook/svglib ### [`v1.5.1`](https://togithub.com/deeplook/svglib/blob/HEAD/CHANGELOG.rst#​151-2023-01-07) [Compare Source](https://togithub.com/deeplook/svglib/compare/v1.5.0...v1.5.1) - Final fix to conversion from shorthand quadratic to cubic bézier ([#​372](https://togithub.com/deeplook/svglib/issues/372)). ### [`v1.5.0`](https://togithub.com/deeplook/svglib/blob/HEAD/CHANGELOG.rst#​150-2023-01-05) [Compare Source](https://togithub.com/deeplook/svglib/compare/v1.4.1...v1.5.0) - Add support for `ex` units (assuming for em/2). - Add support for `image/jpg` embedded images (in addition to `image/jpeg`). - Avoid crash on `@import` rules in stylesheets. The rules are simply ignored ([#​285](https://togithub.com/deeplook/svglib/issues/285)). - Fix conversion from shorthand quadratic to cubic bézier ([#​364](https://togithub.com/deeplook/svglib/issues/364)). ### [`v1.4.1`](https://togithub.com/deeplook/svglib/blob/HEAD/CHANGELOG.rst#​141-2022-08-05) [Compare Source](https://togithub.com/deeplook/svglib/compare/v1.4.0...v1.4.1) - No source code changes, only fixed a leftover set_trace() in the released code ([#​352](https://togithub.com/deeplook/svglib/issues/352)). ### [`v1.4.0`](https://togithub.com/deeplook/svglib/blob/HEAD/CHANGELOG.rst#​140-2022-08-05) [Compare Source](https://togithub.com/deeplook/svglib/compare/v1.3.0...v1.4.0) - Include `tests/samples/others/*.svg` in source distribution ([#​341](https://togithub.com/deeplook/svglib/issues/341)). - Render leading and trailing text content in text nodes ([#​343](https://togithub.com/deeplook/svglib/issues/343)). - Better integration with cssselect2 to support a wider range of CSS selectors ([#​346](https://togithub.com/deeplook/svglib/issues/346)). ### [`v1.3.0`](https://togithub.com/deeplook/svglib/blob/HEAD/CHANGELOG.rst#​130-2022-05-18) - Support mmult import from reportlab < 3.5.61 ([#​316](https://togithub.com/deeplook/svglib/issues/316)). - Make zero-length Line, PolyLine and Polygon appear in PDFs when their stroke value is non-zero ([#​319](https://togithub.com/deeplook/svglib/issues/319)). - `` nodes now only appears in documents when they are referenced, not on their initial appearance ([#​328](https://togithub.com/deeplook/svglib/issues/328)). - If only rx or ry is defined on a ``, the value is used for both. - Support non-prefixed `href` attribute added in SVG 2 ([#​330](https://togithub.com/deeplook/svglib/issues/330)). - Fixed parsing of empty SVG style nodes ([#​325](https://togithub.com/deeplook/svglib/issues/325)). - Handle content of multiple SVG style nodes ([#​326](https://togithub.com/deeplook/svglib/issues/326)). - Better font caching for some font names ([#​338](https://togithub.com/deeplook/svglib/issues/338)). ### [`v1.2.1`](https://togithub.com/deeplook/svglib/blob/HEAD/CHANGELOG.rst#​121-2022-01-27) - Revert to scripts usage instead of console_scripts during setup ([#​313](https://togithub.com/deeplook/svglib/issues/313)). ### [`v1.2.0`](https://togithub.com/deeplook/svglib/blob/HEAD/CHANGELOG.rst#​120-2022-01-20) [Compare Source](https://togithub.com/deeplook/svglib/compare/v1.1.0...v1.2.0) - dropped support for Python 3.6 and added official support for Python 3.10. - improved support for scientific notation in paths ([#​277](https://togithub.com/deeplook/svglib/issues/277)) - if some path has a color with alpha value, it also sets the default fill or stroke opacity of the resulting object. - matrix transforms on groups are combined with other transforms instead of replacing them.

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.