GNOME Bugzilla – Bug 388545
Clipping regression
Last modified: 2007-01-25 15:28:22 UTC
It seems this commit introduce a regression in clipping, perhaps only with svg with ViewBox. 2006-10-13 Kouhei Sutou <kou@cozmixng.org> * rsvg-cairo-clip.c: Fix bug with scaling + clipping reported on cairo-devel. I'm attaching a test file that renders correctly without this commit.
Created attachment 78779 [details] Sample file
Kouhei, what was the scaling + clipping bug reported on cairo-devel ? I'm trying to fix this issue, but I don't understand why you removed the matrix transformation... Emmanuel.
I reported the problem as Bug #361923.
Could you show me your test program?
I don't have a test program. Just use rsvg-view.
I can't find any differences between rendering results of rsvg-view 2.14.4 (Debian package in sid) and rsvg-view 2.16.1 (compiled trunk). Could you attach expected result and actual result? If this bug can be reproduced with rsvg-convert too, I want you to use that.
Created attachment 80108 [details] Wrong rendering This is a rendering done using rsvg-convert from librsvg trunk and cairo master.
Created attachment 80110 [details] Correct rendering Using librsvg 2.16.0 and cairo 1.2.4.
Created attachment 80795 [details] [review] Fix this problem and keep Bug 361923 resolved.
Works for me too...
Is there still any problems?
Thanks, Kouhei.