generate test image result in output folder
This commit is contained in:
parent
094e39780f
commit
c8d67448a9
2 changed files with 5 additions and 1 deletions
|
@ -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
4
output/draw2dkit/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
Loading…
Reference in a new issue