Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to librsvg in Ubuntu.
https://bugs.launchpad.net/bugs/1207538

Title:
  misrendering of SVG files (clipping paths)

Status in “librsvg” package in Ubuntu:
  Confirmed

Bug description:
  Generating an SVG file using matplotlib,

  from pylab import *

  x = linspace(0,2,101)
  plot(x,x)
  xlim(0,1)
  savefig('test.svg')

  gives the SVG file attached. This file views fine in Inkscape,
  Firefox, Chromium. However in Ristretto the blue line is not clipped
  properly and extends past the right side of the plot. The file's XML
  is pretty simple, with just one clip rectangle.

  It seems there are a few image viewers with this problem including
  Ristretto but also gpicview, comix, gthumb. I'm not sure why they all
  share this issue (same library?). I'll submit the bug report here in
  hopes it gets forwarded upstream to the right place.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/1207538/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to