Skip to content

Commit

Permalink
Generate missing defs children IDs during usvg SVG writing.
Browse files Browse the repository at this point in the history
Add some SVG writing tests for `usvg`.
  • Loading branch information
RazrFalcon committed Dec 2, 2023
1 parent ec838ef commit 90519fd
Show file tree
Hide file tree
Showing 30 changed files with 682 additions and 92 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions crates/usvg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ version = "0.36.0"
default-features = false
optional = true

[dev-dependencies]
once_cell = "1.5"

[features]
default = ["text", "system-fonts", "memmap-fonts"]
# Enables text-to-path conversion support.
Expand Down
Loading

0 comments on commit 90519fd

Please sign in to comment.