1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-15 05:12:07 +00:00
Commit graph

1 commit

Author SHA1 Message Date
MacDue
ae18186905 LibGfx: Implement image decoder for TinyVG (.tvg)
This adds a decoder for the TinyVG vector format (https://tinyvg.tech/).
TinyVG is a very simple binary vector format, but it is good enough to
represent a lot of SVGs, without needing the full web engine.

The main use case for Serenity is for scalable icons (which .tvg easily
handles).
2023-07-03 23:54:51 +02:00