generate test image result in output folder

This commit is contained in:
Laurent Le Goff 2015-08-27 10:51:09 +02:00
parent 094e39780f
commit c8d67448a9
2 changed files with 5 additions and 1 deletions

View File

@ -26,5 +26,5 @@ func TestCircle(t *testing.T) {
Circle(gc, 100, 100, 50)
gc.Stroke()
draw2d.SaveToPngFile("../resource/result/TestCircle.png", img)
draw2d.SaveToPngFile("../output/draw2dkit/TestCircle.png", img)
}

4
output/draw2dkit/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore