vello/piet-gpu/src
Elias Naur e9ff509ab9 use tag flags for fill vs stroke modes in scene elements
Encode stroke vs fill as tag flags, thereby reducing the number of scene
elements. Encoding change only, no functional changes.

The previous Stroke and Fill commands are merged to one command,
FillColor. The encoding to annotated element is divergent, which is
fixed when annotated elements move to tag flags.

Updates #70

Signed-off-by: Elias Naur <mail@eliasnaur.com>
2021-03-19 12:50:12 +01:00
..
lib.rs implement FillImage command and sRGB support 2021-03-19 12:50:12 +01:00
pico_svg.rs Make fills work 2020-06-05 22:40:44 -07:00
render_ctx.rs use tag flags for fill vs stroke modes in scene elements 2021-03-19 12:50:12 +01:00