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

Clarify path/specification and fix copy-paste mistakes #25

Closed ikskuh closed 2 years ago

ikskuh commented 2 years ago

For example:

path Path(segment_count+1) The set of points of this polygon.

This is not correct, it's the set of path segments

ikskuh commented 2 years ago

Fixed-