- From: Dave Apman <dave.apman@boeing.com>
- Date: Thu, 4 May 2000 12:06:55 -0700
- To: <www-svg@w3.org>
- Cc: "Dave Apman" <dave.apman@boeing.com>
I can't seem to get color, font, or text-anchor to display in IE5 using the latest adobe svg plug-in. Below is a small sample file. Any help greatly appreciated. <?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000303 Exchange//EN" "http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-exchange.dtd"> <svg transform="scale(0.573113,0.573113)" > <desc>Analysis Program Schematic.</desc> <text x="129" y="229" > First Order </text> <text fill="#0" x="129" y="255" text-anchor="middle" > Lead-Lag </text> <polyline stroke="#d3d3d3" stroke-dasharray="none" stroke-width="2" points="61,350 201,350 " /> <text fill="red" x="129" y="337" font-size="34" font-family="Times Roman" text-anchor="middle" > GAI(s+Z0) </text> </svg> Dave Apman EASY5 Software (http://www.boeing.com/easy5) Boeing Mathematics and Computing Technology Bellevue, Washington USA
Received on Thursday, 4 May 2000 15:07:30 UTC