Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ draw
Method
draw
src/widget/SvgWidget.cpp:30–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
30
void SvgWidget::draw(const DrawArgs& args) {
31
if (!svg)
32
return;
33
34
window::svgDraw(args.vg, svg->handle);
35
}
36
37
38
} // namespace widget
Callers
nothing calls this directly
Calls
1
svgDraw
Function · 0.85
Tested by
no test coverage detected