
24 Oct
2007
24 Oct
'07
1:33 a.m.
On Tue, 23 Oct 2007 21:41:35 -0300 "bulia byak" <buliabyak@...155...> wrote:
You're not indicating which version of Inkscape you are using, and if a recent build, which version of cairo. Those things matter for PDF export.
Oh, in your PDF I noticed:
/Producer(Inkscape 0.44.1)
That version is way too old. Upgrade, ideally to the recent dev version with newest cairo, and make sure you use the same version for GUI and command line.
I can reproduce this in current HEAD with cairo, a minimal test case is attached.
The problem seems to be that the inherited fill-rule value isn't used by the cairo pdf exporter. Is the correct way to fix this just to use the "computed" property instead of the "value" property? (See the attached patch)
-- Gustav