```cpp tvgSvgLoader.cpp: else if (strstr(str, "in")) parsedValue *= PX_PER_IN; //TODO: Implement 'em', 'ex' attributes ``` The absence of the relatively frequently used `em` attribute breaks the text size in many SVGs.
tvgSvgLoader.cpp: else if (strstr(str, "in")) parsedValue *= PX_PER_IN; //TODO: Implement 'em', 'ex' attributesThe absence of the relatively frequently used
emattribute breaks the text size in many SVGs.