| 9 | } |
| 10 | |
| 11 | Result<Ref<IBitmap>> SVGRenderer::rasterizeSVG(const BytesView& svgData, |
| 12 | const Ref<IBitmapFactory>& bitmapFactory, |
| 13 | int32_t preferredWidth, |
| 14 | int32_t preferredHeight) { |
| 15 | return snap::drawing::rasterizeSVG(svgData, bitmapFactory, preferredWidth, preferredHeight); |
| 16 | } |
| 17 | |
| 18 | } // namespace Valdi |
nothing calls this directly
no test coverage detected