// StrokeWidth sets the stroke width func StrokeWidth(w float64) { C.StrokeWidth(C.VGfloat(w)) }
// StrokeWidth sets the stroke width func StrokeWidth(w VGfloat) { C.StrokeWidth(C.VGfloat(w)) }