Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-69694

SVG: <use> tag does not render properly

    XMLWordPrintable

Details

    • Windows

    Description

      The following svg (simplified) renders properly (path & cloned path):

      <svg...><path id="test" d="...."><use xlink:href="#test" ....></svg>

       

      The following svg (simplified) renders only the path, but not the cloned path:

      <svg...><use xlink:href="#test" ....><path id="test" d="...."></svg>

       

      Attachments

        1. not-wroking.svg
          0.5 kB
        2. working.svg
          0.5 kB
        For Gerrit Dashboard: QTBUG-69694
        # Subject Branch Project Status CR V

        Activity

          People

            vgt Eirik Aavitsland
            meier.oli meier.oli
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes