| 490 | } |
| 491 | |
| 492 | void PiuSVGImage_set_sy(xsMachine* the) |
| 493 | { |
| 494 | PiuSVGImage* self = PIU(SVGImage, xsThis); |
| 495 | (*self)->sy = xsToNumber(xsArg(0)); |
| 496 | (*self)->transforming = 1; |
| 497 | PiuSVGImageInvalidate(self, NULL); |
| 498 | } |
| 499 | |
| 500 | void PiuSVGImage_translate(xsMachine* the) |
| 501 | { |
nothing calls this directly
no test coverage detected