logo

New Response

« Return to the main article

You are replying to:

  1. Sounds like you've got the right idea but I am not sure *exactly* what you're trying 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

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: