Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
namespace Valdi {
6
7
bool SVGRenderer::isSVG(const BytesView& data) {
8
return snap::drawing::isSVG(data);
9
}
10
11
Result<Ref<IBitmap>> SVGRenderer::rasterizeSVG(const BytesView& svgData,
12
const Ref<IBitmapFactory>& bitmapFactory,
Callers
nothing calls this directly
Calls
1
isSVG
Function · 0.85
Tested by
no test coverage detected