Dominik Röttsches

Results 37 issues of Dominik Röttsches

https://docs.microsoft.com/en-us/typography/opentype/spec/colr#sweep-gradients For context, discussion in: https://github.com/BlackFoundryCom/black-renderer/issues/17 > A sweep gradient is defined by a center point, starting and ending angles, and a color line. The angles are expressed in counter-clockwise...

### Test List (updated) * `css-fonts/animations/font-size-adjust-composition.html` - remove any tests that refer to `ic-height`. * `css-fonts/parsing/` - ditto, remove any tests that refer to `ic-height`. * `font-size-adjust-computed.html` * `font-size-adjust-valid.html` *...

test-change-proposal
focus area: font-size-adjust

@justvanrossum says: > I played with this new version in blackrenderer, and noticed a possible clipping problem in the transformed_sweep glyph, althout that could be a bug in blackrenderer, too:...

@RoelN reports and own observations show: ![image](https://user-images.githubusercontent.com/1021784/146160482-448392f3-4f51-4368-a37a-37e5f502abb5.png) (Screenshof of Safari showing white squares for COLRv1 glyphs, green square where a part of the text was manually selected.) Trying to load...

We need a couple of test glyphs that have the color stops sorted in the wrong order or unsorted, so that we can verify they are drawn sorted. > 5.7.11.2.4...

@danakj filed a Chromium issue about an unexpected binary size increase due to usage of generics in the hinting engine, see details in https://issues.chromium.org/336738730 - @dfrg could you comment?

Filing this issue to track FontConfig's font parsing and other dependencies on FT in order to estimate complexity of removal of FreeType in Chromium. @behdad helpfully provided pointers to FontConfig's...

In Skia, metrics retrieval is a first stage of glyph cache entry initialisation. There are two methods called on a Skia typeface backend: `generateMetrics()` and depending on glyph format then...

enhancement

Tracking issue for autohinting support for integration to Chromium and Skia. Add support for FreeType style autohinting, ensure metrics are returning respective autohinted values.