Can someone help me out? I read that the Batik browser was able to recognize .TIF images. Below, I have a section of code that should be working. What is wrong here?
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <svg width="8in" height=" 7in" viewBox="0 0 220 170"> <rect x="0" y="0" width="220" height="170" fill="#ffffff" stroke="#000000" stroke-width=".01in" /> <image width="60" height="60" xlink:href="longlat.tif"/> </svg> As a side note, would it be possible to embed the Batik browsing capability into the IE browser as a plugin? Thanks, Steven Dow InStep Software --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
