Skip to content

Commit f9c1eee

Browse files
committed
Add readme for SVG generation
1 parent b885d1d commit f9c1eee

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

test/svg_ref/Readme.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)