update testpath transform
This commit is contained in:
parent
1dedee85db
commit
33e014b8f0
1 changed files with 1 additions and 0 deletions
|
@ -489,6 +489,7 @@ func TestPathTransform() {
|
||||||
gc.SetLineWidth(20)
|
gc.SetLineWidth(20)
|
||||||
gc.Scale(1, 5)
|
gc.Scale(1, 5)
|
||||||
gc.ArcTo(200, 50, 50, 50, 0, math.Pi*2)
|
gc.ArcTo(200, 50, 50, 50, 0, math.Pi*2)
|
||||||
|
gc.Close()
|
||||||
gc.Stroke()
|
gc.Stroke()
|
||||||
saveToPngFile("TestPathTransform", i)
|
saveToPngFile("TestPathTransform", i)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue