update testpath transform

This commit is contained in:
legoff.laurent 2010-12-06 21:13:03 +00:00
parent 1dedee85db
commit 33e014b8f0
1 changed files with 1 additions and 0 deletions

View File

@ -489,6 +489,7 @@ func TestPathTransform() {
gc.SetLineWidth(20)
gc.Scale(1, 5)
gc.ArcTo(200, 50, 50, 50, 0, math.Pi*2)
gc.Close()
gc.Stroke()
saveToPngFile("TestPathTransform", i)
}