I have been kind of playing around with things and I tried this simple file in Batik. I realize that Batik's font rendering capabilities go beyond what normal font rendering can handle, but this is a simple file. I was testing in 1.4beta3. Is there something I can do to optimize things?
Mark --------------- <?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000802//EN" "http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <?xml-stylesheet type="text/css" href="test.css" ?> <svg id="body" width="500" height="500" viewBox="0 0 550 550"> <title>SVG Print Test</title> <g id="content"> <text x="5%" y="20" font = "Arial" font-size = "20"> This is a sample print line </text> </g> </svg> --------------------- Mark Claassen Donnell Systems, Inc. 300 S. St. Louis Blvd. Ste. 203 South Bend, IN 46617 E-mail: mailto:[EMAIL PROTECTED] Voice: (219)232-3784 Fax: (219)232-4014 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
