Skip to content

Commit

Permalink
Hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed Nov 11, 2024
1 parent 4a988af commit a65db52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rust/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,9 @@ fn svg_to_bytes(
background: _background,
skip_system_fonts: skip_system_fonts.unwrap_or(false),
fit_to,
serif_family:serif_family,
sans_serif_family:sans_serif_family,
cursive_family:cursive_family,
serif_family,
sans_serif_family,
cursive_family,
fantasy_family:fantasy_family,
monospace_family:monospace_family,
font_files,
Expand Down

0 comments on commit a65db52

Please sign in to comment.