forked from miklo/svg2ild
1
0
Fork 0

README.md: + How does it work

This commit is contained in:
Alexey Vazhnov 2025-12-21 19:45:58 +01:00
parent 6b849a1399
commit 4f8e17e0aa
1 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,7 @@
- [Table of contents](#table-of-contents)
- [About](#about)
- [Installation](#installation)
- [How does it work](#how-does-it-work)
- [How to](#how-to)
- [How to detect an internal format of .ild file](#how-to-detect-an-internal-format-of-ild-file)
- [Links](#links)
@ -32,6 +33,13 @@ Description of the format:
## Installation
## How does it work
Optimizations:
* Order of objects in the input SVG file is not important — `svg2ild` finds nearest edges after each object.
* Palette: ?
## How to
### How to detect an internal format of .ild file