in reply to Sending SVG to Client
Sounds like a either a MIME type problem (in the code above) or a DOCTYPE problem (in g3.svg). The MIME type (Content-type: header) looks O.K.
I'm not familiar with SVG, but were I in your position, I'd try using SVG.pm to generate some sample SVG, and would examine the Content-type: header and the <!DOCTYPE> tag that that it emits.
Also, verify that you have a correct <?xml ...> tag.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Sending SVG to Client
by Baz (Friar) on Aug 25, 2002 at 01:01 UTC | |
by peschkaj (Pilgrim) on Aug 25, 2002 at 06:41 UTC |