[colr] Scale relative gradient coordinates and quantize clip boxes#1755
Merged
Conversation
LinearGradient.p2 and RadialGradient radiuses need to be computed in fontbe because we need the bounding boxes
Scale COLR gradient coordinates from percentages (0.0-1.0) to absolute font units using glyph bounding boxes. This fixes the core gradient geometry issue where Glyphs.app stores coordinates as percentages of the layer bounds.
Quantize COLR ClipBox coordinates to multiples of 1/10th of the font's UPEM (e.g. 100 units for 1000 upem etc.) to maximize clipbox reuse across glyphs. This matches ufo2ft/fontmake behavior and should reduce table size by allowing more glyphs to share the same ClipBox.
rsheeter
approved these changes
Nov 14, 2025
rsheeter
left a comment
Contributor
There was a problem hiding this comment.
Love the extensive refs back to python!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scale COLR gradient coordinates from percentages (0.0-1.0) to absolute font units like Glyphs.app does, using the glyph bounding boxes. We do this in the backend to avoid having to compute these twice.
Also quantize COLR ClipBox coordinates to multiples of 1/10th of the font's UPEM (e.g. 100 units for 1000 upem etc.) to maximize clipbox reuse across glyphs, matching ufo2ft/fontmake behavior.
I would like to add more tailored unit tests but from local testing this patch already makes the simple COLRv1 test .glyphs pass "output is identical" in ttx-diff.