Releases: googlefonts/picosvg
Releases · googlefonts/picosvg
v0.22.3
v0.22.1
- Fixed uncaught TypeError exception when converting some Paths to SVG using the latest skia-pathops v0.8.0 (#304, #305, googlefonts/nanoemoji#455).
v0.22.0
v0.21.0
- Added
difference
method topicosvg.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 toSVG
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).