- From: Jon Ferraiolo <jferraio@Adobe.COM>
- Date: Thu, 04 May 2000 13:13:05 -0700
- To: "Dave Apman" <dave.apman@boeing.com>
- Cc: <www-svg@w3.org>
Dave,
The latest version of the Adobe plugin only supports what the March 3 spec
calls "Stylable SVG", so the only way it recognizes properties is by
packaging them either in a CSS style sheet or within a 'style' attribute.
Try something like this instead:
<text x="129" y="337" style="fill:red; font-size:34; font-family:'Times
Roman'; text-anchor:middle" >
GAI(s+Z0)
</text>
Jon Ferraiolo
SVG Editor
Adobe Systems Incorporated
At 12:06 PM 5/4/00 -0700, Dave Apman wrote:
>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 16:11:21 UTC