<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add a way to specify units"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90166">90166</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Add a way to specify units
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>cairo
          </td>
        </tr>

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

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

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

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

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

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

        <tr>
          <th>Component</th>
          <td>svg backend
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>emmanuel.pacaud@lapp.in2p3.fr
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ao2@ao2.it
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>cairo-bugs@cairographics.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hi, what about adding a way to specify units for the SVG output?

SVG supports several units[1]: em, ex, px, pt, pc, cm, mm, in, and percentages;
but cairo hardcodes the document units to be pt.

What about a function like cairo_svg_surface_set_unit(surface, unit) ?

The units can be passed as enum values and the function would set the right
unit identifier as a string to use when writing the <svg> element in
_cairo_svg_document_finish()

If the idea looks good I can work on a patch.

Thanks,
   Antonio

[1] <a href="http://www.w3.org/TR/SVG/coords.html">http://www.w3.org/TR/SVG/coords.html</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>