<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 export from Draw doesn't include correctly the font family"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=127005">127005</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>SVG export from Draw doesn't include correctly the font family
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>6.3.0.4 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (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>Draw
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>giancarlo.orru@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
I need to show an SVG file in a HTML page 
I chose 
1942 report
font for my text;
when I exported to the SVG format I noticed that the font is substituted by
another one.
Embracing the font name with ticks seems to solve the problem
font-family="1942 report" <--- wrong rendering
font-family="'1942 report'" <--- right rendering


Steps to Reproduce:
1. Write a text with 1942 Report font (I image that all family fonts with more
then a word in it's name show the same behaviour) 
2. export to SVG
3. load the SVG in a browser


Actual Results:
the text font is sobstituted

Expected Results:
The text should be rendered with the rigth font


Reproducible: Always


User Profile Reset: No



Additional Info:</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>