You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: add SVG text regression test; total 26 tests
test_icon_svgs_have_no_text_elements: parse canvas.svg and pb_clementine.svg
with ElementTree and assert no <text>/<flowRoot> elements are present.
Guards against re-introduction of the Qt6 SVG renderer crash where
font-size:0.6px;line-height:0% → QFont::setPixelSize(0) → SIGSEGV in
QFontEngineFT::loadGlyph.
0 commit comments