summaryrefslogtreecommitdiffstats
path: root/testfiles/rendering_tests/README
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-11-01 13:50:57 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-11-01 13:50:57 +0000
commit0b6b395ee6f16e42bf36e691c91af83fa95d97e1 (patch)
treed403165773ed5adf708e11c794bdf80cc5ad3a22 /testfiles/rendering_tests/README
parentDutch translation update (diff)
downloadinkscape-0b6b395ee6f16e42bf36e691c91af83fa95d97e1.tar.gz
inkscape-0b6b395ee6f16e42bf36e691c91af83fa95d97e1.zip
Improve clip LPE
Fixes: https://gitlab.com/inkscape/inbox/issues/868 https://gitlab.com/inkscape/inbox/issues/867 https://gitlab.com/inkscape/inbox/issues/866
Diffstat (limited to 'testfiles/rendering_tests/README')
-rw-r--r--testfiles/rendering_tests/README8
1 files changed, 6 insertions, 2 deletions
diff --git a/testfiles/rendering_tests/README b/testfiles/rendering_tests/README
index 92cf95ef6..4c54b039e 100644
--- a/testfiles/rendering_tests/README
+++ b/testfiles/rendering_tests/README
@@ -2,8 +2,12 @@ HOWTO
# Add a rendering test:
- create the svg file
- - inkscape <yourfile>.svg -d 96 -e expected_rendering/<yourfile>.png
- - inkscape <yourfile>.svg -d 384 -e expected_rendering/<yourfile>-large.png
+ - 0.92:
+ - inkscape <yourfile>.svg -d 96 -e expected_rendering/<yourfile>.png
+ - inkscape <yourfile>.svg -d 384 -e expected_rendering/<yourfile>-large.png
+ - 1.0:
+ - inkscape -d 96 --export-file=expected_rendering/<yourfile>.png <yourfile>.svg
+ - inkscape -d 384 --export-file=expected_rendering/<yourfile>-large.png <yourfile>.svg
- add the test in CMakeLists.txt
- use stable if possible to generate the reference png files
- git add <yourfile>.svg expected_rendering/<yourfile>-large.png expected_rendering/<yourfile>.png