MCPcopy Create free account
hub / github.com/Snapchat/Valdi / rasterizeSVG

Method rasterizeSVG

valdi/src/valdi/svg/SVGRenderer.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11Result<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

Callers

nothing calls this directly

Calls 1

rasterizeSVGFunction · 0.85

Tested by

no test coverage detected