commit test results

This commit is contained in:
legoff.laurent 2010-11-23 16:25:48 +00:00
parent ccb0a67e7a
commit 17350679fe
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ const (
var (
lastTime int64
folder = "../../test_results/"
folder = "../../../wiki/test_results/"
)
func initGc(w, h int) (image.Image, *draw2d.GraphicContext) {
@ -400,8 +400,8 @@ func main() {
TestPath()
TestDrawArc()
TestDrawArcNegative()
TestDrawCubicCurve()
TestCurveRectangle()
TestDrawCubicCurve()
TestDash()
TestFillStroke()
TestFillStyle()