Hi,
i have a problem with the PrintTranscoder. There seems to be a difference between Batik 1.5 and 1.5.1. Try
to print the SVG postet below with Squiggle 1.5 and use 30mm Margin each side. The result will be a rectangle
centered in the page. Try the same with Squiggle 1.5.1 and the use the same options. The rectangle will be clipped.
Is there a way to get the same result with both versions?

Thanks,
Bj�rn

---------------------------------------- SVG --------------------------------------------

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
  "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg width="202" height="202" xmlns="http://www.w3.org/2000/svg">
 <g>
  <rect x="1" y="1" width="200" height="200" fill="none" stroke="black" />
 </g>
</svg>


Reply via email to