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 (
|
var (
|
||||||
lastTime int64
|
lastTime int64
|
||||||
folder = "../../test_results/"
|
folder = "../../../wiki/test_results/"
|
||||||
)
|
)
|
||||||
|
|
||||||
func initGc(w, h int) (image.Image, *draw2d.GraphicContext) {
|
func initGc(w, h int) (image.Image, *draw2d.GraphicContext) {
|
||||||
|
@ -400,8 +400,8 @@ func main() {
|
||||||
TestPath()
|
TestPath()
|
||||||
TestDrawArc()
|
TestDrawArc()
|
||||||
TestDrawArcNegative()
|
TestDrawArcNegative()
|
||||||
TestDrawCubicCurve()
|
|
||||||
TestCurveRectangle()
|
TestCurveRectangle()
|
||||||
|
TestDrawCubicCurve()
|
||||||
TestDash()
|
TestDash()
|
||||||
TestFillStroke()
|
TestFillStroke()
|
||||||
TestFillStyle()
|
TestFillStyle()
|
||||||
|
|
Loading…
Reference in a new issue