Skip to content

Commit

Permalink
Update src/nanoemoji/maximum_color.py
Browse files Browse the repository at this point in the history
Co-authored-by: Cosimo Lupo <[email protected]>
  • Loading branch information
rsheeter and anthrotype authored Apr 7, 2022
1 parent 4a3a1ca commit 71586b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nanoemoji/maximum_color.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def _generate_svg_from_colr(
)
nw.newline()

# stick our shiny new COLR table onto the input font
# stick our shiny new SVG table onto the input font
output_file = Path(input_font.stem + ".both_vector_tables.ttf")
nw.build(
output_file,
Expand Down

0 comments on commit 71586b2

Please sign in to comment.