Skip to content

Commit

Permalink
looks like we already have a zero-width test glyph
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Aug 16, 2022
1 parent b73209b commit 3f9e921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions tests/emoji_u0301.svg

This file was deleted.

4 changes: 2 additions & 2 deletions tests/maximum_color_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ def test_zero_advance_width_colrv1_to_svg():
# don't clip to viewBox else zero-width glyph disappears
"--noclip_to_viewbox",
locate_test_file("emoji_u42.svg"),
# this one has viewBox="0 0 0 10", i.e. zero width, like
# this one has viewBox="0 0 0 1200", i.e. zero width, like
# combining marks usually are (e.g. 'acutecomb')
locate_test_file("emoji_u0301.svg"),
locate_test_file("u0301.svg"),
)
)

Expand Down

0 comments on commit 3f9e921

Please sign in to comment.