Skip to content
  • Christian Persch's avatar
    all: Add QtSvg based renderer for KDE card themes · 9942ed02
    Christian Persch authored
    The old one using librsvg is quite slow and doesn't work for most
    of the KDE card themes. Add a new renderer for KDE card themes using
    QtSvg.
    
    Also add an alternative QtSvg based renderer for our native
    card themes. However, most of our card themes don't render correctly
    with it. Apparently QtSvg requires that for xlink:href="#foo" refs, it
    has seen the id="foo" on an element *previously*, instead of it existing
    anywhere in the document.
    9942ed02