Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ErrorAtLine0/infinipaint
/ get_dimension_scale
Method
get_dimension_scale
src/ResourceDisplay/SvgResourceDisplay.cpp:68–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
float SvgResourceDisplay::get_dimension_scale() const {
69
return 0.3f;
70
}
71
72
ResourceDisplay::Type SvgResourceDisplay::get_type() const {
73
return ResourceDisplay::Type::SVG;
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
no outgoing calls
Tested by
no test coverage detected