| 401 | } |
| 402 | |
| 403 | void PiuSVGImage_set_cx(xsMachine* the) |
| 404 | { |
| 405 | PiuSVGImage* self = PIU(SVGImage, xsThis); |
| 406 | (*self)->cx = xsToNumber(xsArg(0)); |
| 407 | (*self)->transforming = 1; |
| 408 | PiuSVGImageInvalidate(self, NULL); |
| 409 | } |
| 410 | |
| 411 | void PiuSVGImage_get_cy(xsMachine* the) |
| 412 | { |
nothing calls this directly
no test coverage detected