Hi I have discovered a problem when trying to store a GIF image using the SVGGraphics2D context. I am calling the drawImage(BufferedImage, posX, posY, ImageObserver) method. When i have an Icon with 1 color(ore more) Black + Transparency 15x16 (Created with GIMP) the result is a line from top till bottom on the right side. (See Example) I have supplied an example (Ground.gif) of the input and the result (shown below).
When anyone has experienced similar problems or have a clue i would appreciate it a lot. Regards Carsten Output - - - Start <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg fill-opacity="1" xmlns:xlink="http://www.w3.org/1999/xlink" color-rendering="auto" color-interpolation="auto" text-rendering="auto" stroke="black" stroke-linecap="square" stroke-miterlimit="10" shape-rendering="auto" stroke-opacity="1" fill="black" stroke-dasharray="none" font-weight="normal" stroke-width="1" xmlns="http://www.w3.org/2000/svg" font-family="'sansserif'" font-style="normal" stroke-linejoin="miter" font-size="12" stroke-dashoffset="0" image-rendering="auto"> <!--Generated by the Batik Graphics2D SVG Generator--> <defs id="genericDefs" /> <g> <g fill="white" stroke="white"> <rect width="35" x="0" height="41" y="0" stroke="none" /> </g> <g> <image x="10" y="15" width="15" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQAQMAAADzmLdHAAAABlBMVEUAAAD///+l 2Z/dAAAAAnRSTlP/AOW3MEoAAAAcSURBVHjaY/jDwMQARQjwHyzyECYlz8D0F8oG AGT/BA/F2Kp3AAAAAElFTkSuQmCC" height="16" preserveAspectRatio="none" /> <rect width="5" x="15" height="5" y="10" stroke="none" /> </g> </g> </svg> - - - End
<<attachment: Ground.gif>>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]