We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b885d1d commit f9c1eeeCopy full SHA for f9c1eee
test/svg_ref/Readme.md
@@ -0,0 +1,17 @@
1
+# Reference SVG files for stressGraphics tests
2
+
3
+Used for `test-stressgraphics-svg` test, to run:
4
5
+ ctest -R test-stressgraphics-svg
6
7
8
+If test failing while code is changed and reference files need to be updated,
9
+run stressGraphics with following arguments:
10
11
+ ./stressGraphics -k --web=off -p=svg --svg=/home/user/git/root/test/svg_ref/
12
13
+`-k` in the arguments list allow to overwrite reference files so one can directly
14
+create PR with updated files.
15
16
+But before updating reference file - please check changed images.
17
+Maybe produce graphics is wrong and one better need to fix code which produce it.
0 commit comments