| 476 | } |
| 477 | |
| 478 | void PiuSVGImage_set_sx(xsMachine* the) |
| 479 | { |
| 480 | PiuSVGImage* self = PIU(SVGImage, xsThis); |
| 481 | (*self)->sx = xsToNumber(xsArg(0)); |
| 482 | (*self)->transforming = 1; |
| 483 | PiuSVGImageInvalidate(self, NULL); |
| 484 | } |
| 485 | |
| 486 | void PiuSVGImage_get_sy(xsMachine* the) |
| 487 | { |
nothing calls this directly
no test coverage detected