Skip to content

Commit

Permalink
Fix font selection when an italic font isn't explicitly marked as one.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Feb 9, 2024
1 parent 15112ff commit 093bfdd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This changelog also contains important changes in dependencies.
### Fixed
- Text bounding box is accounted during SVG size resolving.
Previously, only paths and images were included.
- Font selection when an italic font isn't explicitly marked as one.

## [0.39.0] - 2024-02-06
### Added
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/usvg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ simplecss = "0.2"
siphasher = "0.3" # perfect hash implementation

# text
fontdb = { version = "0.16", default-features = false, optional = true }
fontdb = { version = "0.16.1", default-features = false, optional = true }
rustybuzz = { version = "0.12", optional = true }
unicode-bidi = { version = "0.3", optional = true }
unicode-script = { version = "0.5", optional = true }
Expand Down

0 comments on commit 093bfdd

Please sign in to comment.