Results 1050 comments of HinTak

This is the upstream commit https://github.com/google/skia/commit/2cead39756d8c8adc189348f7f0d786509905e8b which breaks system icu usage.

I am not able to reproduce this with the upcoming m124 (see #236 to download artefact under the action tab) . Please supply/confirm: - a full example - your arch...

Recent version of skia-python can render them. (And colrv1 too). Don't know if you want to add that.

> Is there at least a standardized structure of outputting SVG for color glyphs? I'd like to prevent implementing it one way and then having to refactor it once tests...

The freetype-py code extracts the ot-svg data directly as a svg document. (Supposedly with a subset of svg functionality, since animations etc don't make sense as avg glyphs). Wouldn't that...

![s-broken](https://cloud.githubusercontent.com/assets/14662953/25366885/70f392b4-296a-11e7-860f-3094b0d23496.png) Here is how the bug looks like.

I have fixed this in my own code with libtiff successfully, though this seems non-ideal: ``` # pillow/PIL itself requires libtiff so it is assumed to be around. # swap...

That sdl2 and opengl on osx works happily headless can been seen in the CI in https://github.com/FlorianRhiem/pyGLFW/issues/80#issuecomment-2143191281

For a successful run (with either SDL2 or GLUT) within github CI's macos 14 runner, the GL context reports its vendor/renderer, version, shader version as: ``` b'Apple Inc.' b'Apple Software...

Glfw itself has an offscreen rendering example : https://github.com/glfw/glfw/blob/master/examples/offscreen.c . It probably should be run post-build to check that it can run!