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] Coordinate system for gradient control points #12

Closed neinseg closed 2 years ago

neinseg commented 2 years ago

For gradient fills, the spec talks about start and end points. I think it is implied that these points are in absolute coordinates. I think the spec should explicitly state that, because relative coordinates would also make sense in this context.

ikskuh commented 2 years ago

Ah yes, good point. All coordinates in TinyVG are absolute

ikskuh commented 2 years ago

Fixed in the intro note section by saying that all coordinates are absolute