| 378 | } |
| 379 | |
| 380 | void PiuSVGImage_set_opacity(xsMachine* the) |
| 381 | { |
| 382 | PiuSVGImage* self = PIU(SVGImage, xsThis); |
| 383 | (*self)->o = xsToNumber(xsArg(0)); |
| 384 | PiuSVGImageInvalidate(self, NULL); |
| 385 | } |
| 386 | |
| 387 | void PiuSVGImage_center(xsMachine* the) |
| 388 | { |
nothing calls this directly
no test coverage detected