Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ErrorAtLine0/infinipaint
/ get_dimensions
Method
get_dimensions
src/ResourceDisplay/SvgResourceDisplay.cpp:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
Vector2f SvgResourceDisplay::get_dimensions() const {
65
return {svgRootSize.width(), svgRootSize.height()};
66
}
67
68
float SvgResourceDisplay::get_dimension_scale() const {
69
return 0.3f;
Callers
3
update_downloading_dropped_files
Method · 0.45
add_file_to_canvas_by_path
Method · 0.45
add_file_to_canvas_by_data
Method · 0.45
Calls
2
width
Method · 0.45
height
Method · 0.45
Tested by
no test coverage detected