commit 19bb11837877538382cd11f7243f9875e082268f Author: Federico Mena Quintero Date: Wed Mar 25 19:47:09 2015 -0600 Update NEWS NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) commit 22a90daef0813f1cf2ac70a15266a8b820145b3c Author: Federico Mena Quintero Date: Wed Mar 25 19:44:31 2015 -0600 Bump version configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 28694c791067f0321ae21d44734b1ef88b45d742 Author: LRN Date: Tue Mar 24 18:14:23 2015 -0600 bgo#710163 - Use _wfullpath() on Windows instead of _fullpath() rsvg-base.c | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) commit 7fc95d9571c7d25e548a590aae482f9707f290d2 Author: Federico Mena Quintero Date: Tue Mar 24 15:25:19 2015 -0600 Gaussian blur: clip the blurred image to the filter effects region rsvg-filter.c | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) commit 054807726db76558728e7a7513aabc4698b3dc95 Author: Federico Mena Quintero Date: Fri Mar 13 12:23:11 2015 -0600 bgo#605875 - Gaussian blurred objects are sometimes missing This replaces the blurring machinery with a real gaussian blur for small radiuses, and fixes box blurs for large radiuses. Based on a patch by Eduard Braun. rsvg-filter.c | 598 ++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 494 insertions(+), 104 deletions(-) commit 86589fb2046d0d8996ed024c3036f3c0ed48d695 Author: Federico Mena Quintero Date: Tue Mar 10 17:48:12 2015 -0600 Add test for bgo#605875 - Incorrect rendering of feGaussianBlur This test image comes from https://commons.wikimedia.org/wiki/File:Kaliningrad_Oblast_Coat_of_Arms_2006.svg The topmost jewel in the center of the crown was not getting rendered at all. tests/bugs/605875-ref.png | Bin 0 -> 156652 bytes tests/bugs/605875.svg | 681 ++++++++++++++++++++++++++++++++++++++++++++++ tests/rsvg-test.txt | 1 + 3 files changed, 682 insertions(+) commit 9628f3da0023bfd3e919e2bfb4c2dc10ad45d9ab Author: Andrea Griffini Date: Fri Mar 13 12:36:24 2015 -0600 bgo#738367 - Fix handling of V/v/H/h commands in path These were not setting one of the x/y components for the reflection point to be used in smooth curves. https://bugzilla.gnome.org/show_bug.cgi?id=738367 rsvg-path.c | 2 ++ 1 file changed, 2 insertions(+) commit f8d37dfb240f0ecb90a91ce534829ec7ac279071 Author: Federico Mena Quintero Date: Fri Mar 13 12:44:53 2015 -0600 Add test for bgo#738367 - incorrect handling of V/v/H/h commands in path tests/bugs/738367-ref.png | Bin 0 -> 4184 bytes tests/bugs/738367.svg | 7 +++++++ tests/rsvg-test.txt | 1 + 3 files changed, 8 insertions(+)