<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Artifacts being introduced in SVG rendering to PNG in versions later than 1.10.2"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=60489">60489</a>
          </td>
        </tr>

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

        <tr>
          <th>Summary</th>
          <td>Artifacts being introduced in SVG rendering to PNG in versions later than 1.10.2
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>cairo-bugs@cairographics.org
          </td>
        </tr>

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

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>finnian@eiffel-loop.com
          </td>
        </tr>

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

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

        <tr>
          <th>Version</th>
          <td>1.12.10
          </td>
        </tr>

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

        <tr>
          <th>Product</th>
          <td>cairo
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=74421" name="attach_74421" title="Test SVG file for script scaling.py">attachment 74421</a> <a href="attachment.cgi?id=74421&action=edit" title="Test SVG file for script scaling.py">[details]</a></span>
Test SVG file for script scaling.py

The 1.12.2 and 1.12.10 versions of libcairo2 introduces a rendering bug that
was not present in version 1.10.2. It is possible the bug may also be in later
versions.

The rendering problem shows up when using the rsvg utility to convert the
attached SVG file to PNG format. (See package librsvg2-bin) 

TO REPRODUCE THE BUG
On my machine I am running Ubuntu 12.10 amd64 which has libcairo2-1.12.2. Save
the attached file 'waterfall.svg.gz' and Python script 'scaling.py' into a test
directory. Unzip the SVG file with gunzip. Make sure package librsvg2-bin is
installed.

File: scaling.py
import subprocess
for width in range (400, 900, 100):
    print 'Converting to width:', width
    subprocess.call (['rsvg', '--width', str (width), 'waterfall.svg',
,waterfall.%s.png' % width])

Run the script from the command line. The script outputs 5 PNG files ranging in
width from 400 to 800. The first and last PNG do not have any problem, but the
500, 600 and 700 width files all have major artifacts.

TESTING VARIOUS LIBCAIRO2 VERSIONS
Create a subdirectory 'libs'. Into this directory extract the shared object
'libcairo.so.2.xxxxx.x' for various versions. Select the one for testing by
creating a link. This selects the 1.10.2 version:

    ln libs/libcairo.so.2.11000.2 libs/libcairo.so.2

set the library path as follows

export LD_LIBRARY_PATH=libs

Run the test script again and examine the output. You will find that the 1.10.2
version produces images without any artifacts.

This bug has also been reported here with a different wording.+
<a href="https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/1119304">https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/1119304</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>