| 438 | } |
| 439 | |
| 440 | void PiuSVGImage_set_r(xsMachine* the) |
| 441 | { |
| 442 | PiuSVGImage* self = PIU(SVGImage, xsThis); |
| 443 | (*self)->r = xsToNumber(xsArg(0)); |
| 444 | (*self)->transforming = 1; |
| 445 | PiuSVGImageInvalidate(self, NULL); |
| 446 | } |
| 447 | |
| 448 | void PiuSVGImage_scale(xsMachine* the) |
| 449 | { |
nothing calls this directly
no test coverage detected