<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - SVG filter warns on metadata"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132513">132513</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>SVG filter warns on metadata
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>filters and storage
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>heiko.tietze@documentfoundation.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>quikee@gmail.com, rivanfebrian123@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>New about.svg has 

  <metadata
     id="metadata6096">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="<a href="http://purl.org/dc/dcmitype/StillImage">http://purl.org/dc/dcmitype/StillImage</a>" />
        <dc:title>LibreOffice 7 about dialog design</dc:title>
        <dc:creator>
          <cc:Agent>
            <dc:title>Bayu Rizaldhan Rayes</dc:title>
          </cc:Agent>
        </dc:creator>
etc.

but SVG filter throws the warning

warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <metadata> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <rdf:RDF> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <cc:Work> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <dc:format> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <dc:type> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <dc:title> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <dc:creator> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <cc:Agent> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <dc:title> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <dc:publisher> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <cc:Agent> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <dc:title> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <dc:description> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <cc:license> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <cc:License> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <cc:permits> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <cc:permits> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <cc:requires> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <cc:requires> (!)
warn:svgio:88979:88979:svgio/source/svgreader/svgdocumenthandler.cxx:408:
Unknown Base SvgToken <cc:permits> (!)

We could just ignore <metadata>. Is it an easyhack, Tomaz?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>