commit test results
This commit is contained in:
parent
ccb0a67e7a
commit
17350679fe
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue