X-Git-Url: http://nitlanguage.org diff --git a/contrib/inkscape_tools/README.md b/contrib/inkscape_tools/README.md index 62b9623..b279d0f 100644 --- a/contrib/inkscape_tools/README.md +++ b/contrib/inkscape_tools/README.md @@ -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.