Skip to content

Commit

Permalink
fix: output properly map text to SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
carrascomj committed Jan 20, 2025
1 parent ac111f8 commit 4e0f8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screenshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ fn save_svg_file(
&Visibility,
)>,
text_query: Query<
(&Text, &TextFont, &TextColor, &Transform, &Visibility),
(&Text2d, &TextFont, &TextColor, &Transform, &Visibility),
(Without<Xmin>, Without<Xmax>, Without<IgnoreSave>),
>,
// legend part
Expand Down

0 comments on commit 4e0f8c2

Please sign in to comment.