MCPcopy 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
68float SvgResourceDisplay::get_dimension_scale() const {
69 return 0.3f;
70}
71
72ResourceDisplay::Type SvgResourceDisplay::get_type() const {
73 return ResourceDisplay::Type::SVG;

Calls

no outgoing calls

Tested by

no test coverage detected