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

Explain the offset in lengths #22

Closed ikskuh closed 2 years ago

ikskuh commented 2 years ago

This is done because encoding 0 will never happen. If it would happen, the whole command can be skipped. It also allows us to not only encode 127, but 128 elements in a single byte

ikskuh commented 2 years ago

Fixed