Search found 4 matches

by Morgano
2012-05-29T07:20:12-07:00
Forum: Bugs
Topic: Bug XY Coordinates
Replies: 7
Views: 10692

Re: Bug XY Coordinates - Update

Hello,

here a new and simplified description of the Bug without images:

This should be the result
http://www.getshirts.de/upload/im_test2_a.png

Instead the SVG rasterize this:
http://www.getshirts.de/upload/im_test2_b.png

The SVG:
http://www.getshirts.de/upload/im_test2_c.svg

The Problem ...
by Morgano
2012-05-28T08:19:38-07:00
Forum: Bugs
Topic: Bug XY Coordinates
Replies: 7
Views: 10692

Re: Bug XY Coordinates

Hello Anthony,

thanks for testing.

I did not have the problem with image and vector.
When you read the sourcecode of the svg - you see everything is in there. You see it correct in browser?

But i recognize that Imagemagick has a problem with two svgs nested / encapsulated.

Is this final that ...
by Morgano
2012-05-25T00:32:30-07:00
Forum: Bugs
Topic: Bug XY Coordinates
Replies: 7
Views: 10692

Re: Bug XY Coordinates

Is here a global problem because the 2 svgs?


<svg id="main_svg" width="400" height="400">
<svg id="svg_motiv1" x="136" y="96" width="128" height="32" viewBox="0 0 57.0653 14.1677" >
</svg>
</svg>


Greetings Morgano
by Morgano
2012-05-23T03:24:43-07:00
Forum: Bugs
Topic: Bug XY Coordinates
Replies: 7
Views: 10692

Bug XY Coordinates

Hello,

i try to convert this SVG: http://www.getshirts.de/upload/test_svg.svg

into: http://www.getshirts.de/upload/test_png_result.png

The Result after conversion is
http://www.getshirts.de/upload/test_png_result2.png

The X and Y Value of the Inline SVG : <svg id="svg_motiv1" x="136" y="122 ...