| 462 | } |
| 463 | |
| 464 | void PiuSVGImage_set_s(xsMachine* the) |
| 465 | { |
| 466 | PiuSVGImage* self = PIU(SVGImage, xsThis); |
| 467 | (*self)->sx = (*self)->sy = xsToNumber(xsArg(0)); |
| 468 | (*self)->transforming = 1; |
| 469 | PiuSVGImageInvalidate(self, NULL); |
| 470 | } |
| 471 | |
| 472 | void PiuSVGImage_get_sx(xsMachine* the) |
| 473 | { |
nothing calls this directly
no test coverage detected