Skip to content

Commit

Permalink
Merge pull request #216 from PeterConstable/paintglyph
Browse files Browse the repository at this point in the history
Clarify that PaintGlyph never recurses into COLR data
  • Loading branch information
rsheeter authored Jan 15, 2021
2 parents 1bbb7a1 + 01a5f45 commit 454f706
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion OFF_AMD2_WD.md
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,10 @@ For information about applying a fill to a shape, see 5.7.11.1.3.

The glyphID value shall be less than the numGlyphs value in the 'maxp'
table (5.2.6). That is, it shall be a valid glyph with outline data in the
'glyf' (5.3.4), 'CFF ' (5.4.2) or CFF2 (5.4.3) table.
'glyf' (5.3.4), 'CFF ' (5.4.2) or CFF2 (5.4.3) table. Only that
outline data is used. In particular, if this glyph ID has a description in the
COLR table (glyphID appears in a COLR BaseGlyph record or the BaseGlyphV1List),
that COLR data is not relevant for purposes of the PaintGlyph table.

**5.7.11.2.5.6 Format 6: PaintColrGlyph**

Expand Down

0 comments on commit 454f706

Please sign in to comment.