You are viewing this page out of context. To see it in the context it is intended please click here.
About This Page
Reply posted by Jake Howlett on Mon 1 Jul 2002 in response to Painting with SVG, a primer
Re: Notes Forms
Sounds like you've got the right idea but I am not sure *exactly* what you'retrying to do.
Have you put the SVG code on a form in with other normal HTML and form content?
That won't work. At the moment there is little support for in-line SVG content.
What you need to do is have an <embed> tag on the form where you want the
graphic to appear. The source ("src") of this should then point to the form
where you create your SVG.
Another problem could be the way that browsers interpret the code and the way
Domino serves it. Domino tells the browser that the SVG is content-type
"text/html" whereas it would normally expect a content-type of "text/xml".
Hope that helps,
Jake
-codestore