Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
void Svg::draw(NVGcontext* vg) {
91
if (!handle)
92
return;
93
svgDraw(vg, handle);
94
}
95
96
97
static std::map<std::string, std::shared_ptr<Svg>> svgCache;
Callers
nothing calls this directly
Calls
1
svgDraw
Function · 0.85
Tested by
no test coverage detected