MCPcopy Create free account
hub / github.com/VCVRack/Rack / draw

Method draw

src/window/Svg.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89
90void Svg::draw(NVGcontext* vg) {
91 if (!handle)
92 return;
93 svgDraw(vg, handle);
94}
95
96
97static std::map<std::string, std::shared_ptr<Svg>> svgCache;

Callers

nothing calls this directly

Calls 1

svgDrawFunction · 0.85

Tested by

no test coverage detected