diff --git a/src/transform.cc b/src/transform.cc index 8b3731b..66c6e08 100644 --- a/src/transform.cc +++ b/src/transform.cc @@ -140,7 +140,6 @@ class GlyfEncoder { if (ShouldWriteSimpleGlyphBbox(glyph)) { WriteBbox(glyph_id, glyph); } - // TODO: check that bbox matches, write bbox if not for (int i = 0; i < num_contours; i++) { Write255UShort(&n_points_stream_, glyph.contours[i].size()); }