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

Method loadSvg

include/window/Window.hpp:120–122  ·  view source on GitHub ↗

Loads and caches an Svg from a file path. Alias for `Svg::load()`. */

Source from the content-addressed store, hash-verified

118 Alias for `Svg::load()`.
119 */
120 std::shared_ptr<Svg> loadSvg(const std::string& filename) {
121 return Svg::load(filename);
122 }
123
124 PRIVATE bool& fbDirtyOnSubpixelChange();
125 PRIVATE int& fbCount();

Callers

nothing calls this directly

Calls 1

loadFunction · 0.85

Tested by

no test coverage detected