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

Method getSize

src/window/Svg.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46math::Vec Svg::getSize() {
47 if (!handle)
48 return math::Vec();
49 return math::Vec(handle->width, handle->height);
50}
51
52
53int Svg::getNumShapes() {

Callers 4

PlugWidgetMethod · 0.45
setAngleMethod · 0.45
onDragStartMethod · 0.45
drawMethod · 0.45

Calls 1

VecClass · 0.85

Tested by

no test coverage detected