You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [Unreleased]
9
-
- Added support for text embedding.
9
+
10
+
### Added
11
+
- Text is now embedded as proper text instead of being flattened to paths.
10
12
- Made the CLI more flexible in terms of which features you want to include.
11
13
- Added `raster-scale` and `text-to-paths` as arguments for the CLI.
12
-
- Removed the option to configure the view box from the API. This might be readded in
13
-
a later update.
14
-
- The `convert_str` method has been removed. You should now always convert your SVG string into a `usvg`
15
-
tree yourself and then call either `to_pdf` or `to_chunk`.
16
-
- The `convert_tree` method has been renamed into `to_pdf`, and now requires you to provide the fontdb
17
-
used for the `usvg` tree, unless you have disabled the `text` feature.
18
-
-`convert_tree_into` has been renamed into `to_chunk` and now returns an independent chunk as well
19
-
as the object ID of the actual SVG in the chunk.
20
14
21
15
### Changed
22
-
- Bumped resvg to v0.40.
23
-
-`convert_str` now requires a `fontdb` as an argument as well.
16
+
- Bumped resvg to v0.42, fontdb to v0.18, and pdf-writer to v0.10.
17
+
- The `convert_tree` method has been renamed into `to_pdf`.
18
+
- The `convert_tree_into` function has been renamed into `to_chunk` and now returns an independent chunk and the object ID of the actual SVG in the chunk.
19
+
20
+
### Fixed
21
+
- Fixed a bug with softmasks on images.
22
+
23
+
### Removed
24
+
- The `convert_str` method has been removed. You should now always convert your SVG string into a `usvg` tree yourself and then call either `to_pdf` or `to_chunk`.
25
+
- Removed the option to configure the view box from the API. This might be readded in a later update.
24
26
25
27
## [0.10.0]
26
28
@@ -33,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
35
- Fixed dpi ratio calculation. Thanks to [@Ultraxime](https://github.com/Ultraxime).
34
36
35
37
### Changed
36
-
- Bumped resvg to v0.38 and fontdb to 0.16.
38
+
- Bumped resvg to v0.38 and fontdb to v0.16.
37
39
- (Internal) reworked the test suite.
38
40
- (Internal) synced test suite with resvg test suite.
0 commit comments