TinyVG / specification

The specification for TinyVG. This is the central authority for the file system
https://tinyvg.tech/
MIT License
239 stars 6 forks source link

[Clarification] Clarify that blending happens in linear color space #15

Closed ikskuh closed 2 years ago

ikskuh commented 2 years ago

person on lobste.rs wrote: Blending is undefined, therefore implicitly in sRGB’s pseudo-gamma space, and incorrect.

Blending in TinyVG happens in linear space, respecting alpha values

ikskuh commented 2 years ago

Fixed