Skip to content

Commit

Permalink
Code improvements
Browse files Browse the repository at this point in the history
Update lib.rs
  • Loading branch information
baseplate-admin committed Nov 11, 2024
1 parent 4a988af commit e8851f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/rust/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,11 @@ 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,
fantasy_family:fantasy_family,
monospace_family:monospace_family,
serif_family,
sans_serif_family,
cursive_family,
fantasy_family,
monospace_family,
font_files,
font_dirs,
};
Expand Down

0 comments on commit e8851f6

Please sign in to comment.