Hi, I've just joined the list. My project is using Batik to render maps for a GIS like application. Two bugs I found today when testing svg in the SVGBrowser.
1. Circles are drawn with flat sides if the view box is small. 2. If an empty <title> is supplied as a tool tip the browser gives an error (without a message). The first error is shown with the following SVG. The second can be shown by removing "c2". The binary version of batik-1.1 was used. Gavin Walker Canberra, Australia <?xml version="1.0" encoding="UTF-8"?> <svg xmlns:adobesvg="http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-2000030 3-stylable.dtd" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0,0,2,1" > <g style="stroke:black; stroke-width:0.5%; fill:none" > <circle fill="blue" cx="0.5" cy="0.5" r="1%"> <title>circle1</title> </circle> <circle fill="pink" cx="1.5" cy="0.5" r="1%"> <title>c2</title> </circle> </g> </svg> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
