On 2015-03-06 09:56 (+0100), Tavmjong Bah wrote:
On Fri, 2015-03-06 at 01:41 +0100, su_v wrote:
On 2015-03-06 24:06 (+0100), Ivan Louette wrote:
Component Transfer primitives Discrete and Table no longer work in trunk and because of that a lot of filters are now broken.
Confirmed using the SVG file from the SVG test suite: http://www.w3.org/Graphics/SVG/Test/20110816/harness/htmlObjectApproved/filt...
Renders as expected with r13955, seems broken in r13960 (no archived builds in-between locally available): http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/changes/13960
Dropbox folder with reference images (svg, png) and PNG exports using Inkscape 0.91+devel r13955 and r13960: https://www.dropbox.com/sh/2xww7keann8xsbs/AACcYj6MZYrK6YO_LkkmpwYqa?lst=
I see no obvious red flags with the commits between r13955 and r13960. None of the commits touch the filter code.
It puzzled me too (the revisions had been confirmed independently with two separately archived branches). So I went ahead and created a new local branch of trunk starting with
$ bzr branch -r 13950 lp:inkscape
and recompiled recent revisions again (each a clean build out-of-src): r13950, r13955, r13956, r13958, r13960
Earlier findings did reproduce once again: * r13950 - filters-comptran-01-b ok * r13955 - filters-comptran-01-b ok * r13956 - filters-comptran-01-b fail * r13958 - filters-comptran-01-b fail * r13960 - filters-comptran-01-b fail
Regards, V