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

Method isSVG

valdi/src/valdi/svg/SVGRenderer.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace Valdi {
6
7bool SVGRenderer::isSVG(const BytesView& data) {
8 return snap::drawing::isSVG(data);
9}
10
11Result<Ref<IBitmap>> SVGRenderer::rasterizeSVG(const BytesView& svgData,
12 const Ref<IBitmapFactory>& bitmapFactory,

Callers

nothing calls this directly

Calls 1

isSVGFunction · 0.85

Tested by

no test coverage detected