Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 782c6b4

Browse files
committed
Remove todo
1 parent ae28a4a commit 782c6b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

impeller/typographer/backends/stb/text_render_context_stb.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ static void DrawGlyph(STBBitmap* bitmap,
317317
// Color bitmaps write as White (i.e. what is 0 in an alpha bitmap is
318318
// 255 in a color bitmap) But not alpha. Alpha still carries
319319
// transparency info in the normal way.
320-
// TODO: There's some issue with color fonts, in that if the pixel color
321-
// is nonzero, the alpha is ignored during rendering. That is, partially
320+
// There's some issue with color fonts, in that if the pixel color is
321+
// nonzero, the alpha is ignored during rendering. That is, partially
322322
// (or fully) transparent pixels with nonzero color are rendered as
323323
// fully opaque.
324324
uint8_t a = glyph_pixels[x + y * glyph_bitmap_width];

0 commit comments

Comments
 (0)