README.md: + How does it work
This commit is contained in:
parent
6b849a1399
commit
4f8e17e0aa
|
|
@ -11,6 +11,7 @@
|
||||||
- [Table of contents](#table-of-contents)
|
- [Table of contents](#table-of-contents)
|
||||||
- [About](#about)
|
- [About](#about)
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
|
- [How does it work](#how-does-it-work)
|
||||||
- [How to](#how-to)
|
- [How to](#how-to)
|
||||||
- [How to detect an internal format of .ild file](#how-to-detect-an-internal-format-of-ild-file)
|
- [How to detect an internal format of .ild file](#how-to-detect-an-internal-format-of-ild-file)
|
||||||
- [Links](#links)
|
- [Links](#links)
|
||||||
|
|
@ -32,6 +33,13 @@ Description of the format:
|
||||||
|
|
||||||
## Installation
|
## 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
|
||||||
|
|
||||||
### How to detect an internal format of .ild file
|
### How to detect an internal format of .ild file
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue