MCPcopy 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
64Vector2f SvgResourceDisplay::get_dimensions() const {
65 return {svgRootSize.width(), svgRootSize.height()};
66}
67
68float SvgResourceDisplay::get_dimension_scale() const {
69 return 0.3f;

Calls 2

widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected