vello/piet-scene/src
Raph Levien 307bf8d227 More blend mode fixes
Adds a test to visualize the blend modes. Fixes a dumb bug in blend.h and also a more subtle issue where default blending is not the same as clipping, as the former needs to always push a blend group (to cause isolation) and the latter does not. This might be something we need to get back to.

This should fix the rendering, so it fairly closely resembles the Mozilla reference image. There's also a compile-time switch to disable sRGB conversion, which is (sadly) needed for compatible rendering.
2022-05-17 16:12:05 -07:00
..
brush Address review feedback 2022-05-10 20:07:41 -04:00
glyph More blend mode fixes 2022-05-17 16:12:05 -07:00
resource Change color packing to match target format 2022-05-10 04:19:36 -04:00
scene Add C api for glyph rendering 2022-05-10 03:56:06 -04:00
geometry.rs Address review feedback 2022-05-10 20:07:41 -04:00
lib.rs add glyph provider API 2022-05-02 04:15:48 -04:00
path.rs Remove unused path representation 2022-04-11 06:14:58 -04:00