{"id":24986915,"url":"https://github.com/tinyvg/specification","last_synced_at":"2026-01-28T10:32:47.960Z","repository":{"id":41056712,"uuid":"439665934","full_name":"TinyVG/specification","owner":"TinyVG","description":"The specification for TinyVG. This is the central authority for the file system","archived":false,"fork":false,"pushed_at":"2024-09-30T20:04:50.000Z","size":460,"stargazers_count":251,"open_issues_count":13,"forks_count":8,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-16T19:30:50.272Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tinyvg.tech/","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TinyVG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-18T16:43:57.000Z","updated_at":"2025-04-11T09:05:01.000Z","dependencies_parsed_at":"2024-11-08T16:35:21.593Z","dependency_job_id":"88a49573-64fe-43c2-967b-93ac4b35828a","html_url":"https://github.com/TinyVG/specification","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/TinyVG/specification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TinyVG%2Fspecification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TinyVG%2Fspecification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TinyVG%2Fspecification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TinyVG%2Fspecification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TinyVG","download_url":"https://codeload.github.com/TinyVG/specification/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TinyVG%2Fspecification/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28844014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-04T11:33:30.800Z","updated_at":"2026-01-28T10:32:42.946Z","avatar_url":"https://github.com/TinyVG.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TinyVG Specification\n\nTinyVG is a new vector graphics format that tries to be both simpler and smaller than SVG.\n\nThe core features are:\n\n- Compact binary representation (39% file size compared to SVG)\n- Cover 90% of typically used SVG features files while only having a tiny fraction of complexity\n- Common 2D primitives are supported (paths, lines, rectangles, polygons)\n- Linear and radial two-point gradient support.\n- Configurable precision for smaller files.\n- Comprehensible specification\n\n## Contribution\n\n- If you find a defect / bad formulation in the specification, open an issue.\n- If you propose changes to the format, please open an issue.\n- If you want to improve the document without semantic changes, feel free to directly create a PR which improves the document.\n\n## Building\n\nThe specification is shipped as PDF, TXT and CommonMark documents. To build these, you have to install `xetex` + `texlive` packages, `pandoc` and `rsvg`. After these are installed, you can then build the final files by invoking main:\n\n```sh-session\n[user@host specification]$ make\nrm -f *.aux *.log *.pdf *.fls *.synctex.gz *.fdb_latexmk\nrsvg-convert \"graphics/coordinates.svg\" -f pdf -o \"graphics/coordinates.pdf\"\nrsvg-convert \"graphics/gradients.svg\" -f pdf -o \"graphics/gradients.pdf\"\nrsvg-convert \"graphics/outline-polgon.svg\" -f pdf -o \"graphics/outline-polgon.pdf\"\nrsvg-convert \"graphics/outline-rectangles.svg\" -f pdf -o \"graphics/outline-rectangles.pdf\"\nrsvg-convert \"graphics/overview.svg\" -f pdf -o \"graphics/overview.pdf\"\nrm -f *.aux *.log *.pdf *.fls *.synctex.gz *.fdb_latexmk\nxelatex -interaction=batchmode -halt-on-error \"specification.tex\"\nThis is XeTeX, Version 3.141592653-2.6-0.999993 (TeX Live 2021/VoidLinux) (preloaded format=xelatex)\n restricted \\write18 enabled.\nentering extended mode\nxelatex -interaction=batchmode -halt-on-error \"specification.tex\"\nThis is XeTeX, Version 3.141592653-2.6-0.999993 (TeX Live 2021/VoidLinux) (preloaded format=xelatex)\n restricted \\write18 enabled.\nentering extended mode\n[user@host specification]$\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinyvg%2Fspecification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinyvg%2Fspecification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinyvg%2Fspecification/lists"}