Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
math::Vec Svg::getSize() {
47
if (!handle)
48
return math::Vec();
49
return math::Vec(handle->width, handle->height);
50
}
51
52
53
int Svg::getNumShapes() {
Callers
4
PlugWidget
Method · 0.45
setAngle
Method · 0.45
onDragStart
Method · 0.45
draw
Method · 0.45
Calls
1
Vec
Class · 0.85
Tested by
no test coverage detected