// Scale scales the coordinate system by (x,y) func Scale(x, y float64) { C.Scale(C.VGfloat(x), C.VGfloat(y)) }
// Scale scales the coordinate system by (x,y) func Scale(x, y VGfloat) { C.Scale(C.VGfloat(x), C.VGfloat(y)) }