]> git.lyx.org Git - features.git/commit
Work around limited SVG support (bug #9778)
authorGeorg Baum <baum@lyx.org>
Sat, 4 Jun 2016 07:09:33 +0000 (09:09 +0200)
committerGeorg Baum <baum@lyx.org>
Sat, 4 Jun 2016 07:09:33 +0000 (09:09 +0200)
commit6bd5263405340b00ddd14305f697f99240696cea
tree7fe5d246115a25b81f67e6dce73add34b1852d70
parent73f33d67d77359f84bd10d14dc20f3caed745f79
Work around limited SVG support (bug #9778)

Qt only supports SVG 1.2 tiny, so we prefer to convert on our own if an
explicit converter is defined and the converter cache is used (otherwise
the conversion would be too expensive).
src/frontends/qt4/GuiApplication.cpp