MCPcopy 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
30void 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

svgDrawFunction · 0.85

Tested by

no test coverage detected