inkscape_tools: delete mnit based test applications
[nit.git] / contrib / inkscape_tools / README.md
index 62b9623..b279d0f 100644 (file)
@@ -40,9 +40,3 @@ It produces two files:
 4. Execute `bin/svg_to_png_and_nit drawing.svg`
 5. From your code, import the generated source file at `src/drawing.nit`.
 6. Use the class `DrawingImages` and its attributes.
-
-## Examples
-
-The minimal test in `tests/app/` shows the basic usage of this tool.
-
-The Dino example `../../../../examples/mnit_dino` also uses this tool and is a more complete and practical example.