Search found 2 matches

by efeu
2016-12-15T23:08:15-07:00
Forum: Bugs
Topic: svg convert
Replies: 3
Views: 5480

Re: svg convert

Hi, here two examples: <?xml version="1.0" standalone="yes"?> <svg width="467" height="629"> <pattern id="verticalHatch" patternUnits="userSpaceOnUse" width="100" height="90" ><path d="M -1,1 l 101,0" style="stroke:#000000; stroke-width:1" /></pattern><g fill="url(#verticalHatch)" stroke="#000000 ...
by efeu
2016-12-15T07:14:22-07:00
Forum: Bugs
Topic: svg convert
Replies: 3
Views: 5480

svg convert

Hi, first of all this function is only "half" working on ImageMagick 6.8.9-9, every other version I tested up to 7.0.3-10 did not work "a bit". I have some svgs where I draw a "hatch", I'm filling some svg objects with that (a repeated line): <pattern id="horizontalHatch" patternUnits ...