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

Method isSVG

snap_drawing/src/snap_drawing/cpp/Utils/Image.cpp:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189bool Image::isSVG(const Valdi::BytesView& data) {
190 return snap::drawing::isSVG(data);
191}
192
193Valdi::Result<Ref<Image>> Image::makeFromSVG(const Valdi::BytesView& data, int preferredWidth, int preferredHeight) {
194 auto bitmap = rasterizeSVG(

Callers

nothing calls this directly

Calls 1

isSVGFunction · 0.85

Tested by

no test coverage detected