Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: googlefonts/picosvg

Tags

v0.22.3

Toggle v0.22.3's commit message
Push a new release for 2025

v0.22.2

Toggle v0.22.2's commit message
No release in a while

v0.22.1

Toggle v0.22.1's commit message

Verified

This tag was signed with the committer’s verified signature.
anthrotype Cosimo Lupo
- Fixed uncaught TypeError exception when converting some Paths to SV…

…G using the latest skia-pathops v0.8.0 (#304, #305, googlefonts/nanoemoji#455).

v0.22.0

Toggle v0.22.0's commit message

Verified

This tag was signed with the committer’s verified signature.
anthrotype Cosimo Lupo
- Drop support for Python 3.7 (which reached end of life), we now req…

…uires Python 3.8 or greater.

- Added option to --drop_unsupported elements (#298).
- Fixed AttributeError when removing a comment located at the root level, with inplace=True (#301).

v0.21.0

Toggle v0.21.0's commit message
- Added ``difference`` method to `picosvg.svg_pathops` (#286).

- Have picosvg remove processing instruction tags (e.g. ``<?xpacket?>``) (#288).
- Added ``allow_text`` option to pass-through text/textPath/tspan elements (#289, #294).
- Added ``bounding_box`` method to ``SVG`` class, returning the bounding box containing all the shapes in the SVG (#290).
- When applying inline CSS style properties to SVG element attributes, ignore properties whose name is not valid XML (e.g. vendor-specific keywords starting with '-') (#295).

v0.20.6

Toggle v0.20.6's commit message

Verified

This tag was signed with the committer’s verified signature.
anthrotype Cosimo Lupo
- Fixed bug whereby SVG.topicosvg() method was ignoring the ndigits p…

…arameter when inplace=False (#281, #282).

v0.20.5

Toggle v0.20.5's commit message

Verified

This tag was signed with the committer’s verified signature.
anthrotype Cosimo Lupo
- Fixed ``AssertionError`` when normalizing SVG path containing a deg…

…enerate arc command where the end point is equal to the previous command's end point (#278, #279).

v0.20.4

Toggle v0.20.4's commit message
Partial fix for arc reuse; #272

v0.20.3

Toggle v0.20.3's commit message
Fix #269, Subpaths that become empty after rounding are not dropped

v0.20.2

Toggle v0.20.2's commit message
Fixed arc normalization (#266)