Image macro produces a <img> HTML tag. A SVG file is not an image from a HTML perspective, it is an XML document. In other words, it cannot be inserted into a HTML page within a <img> tag.
To insert a SVG "image" inside a HTML document, you need to use an <object> HTML tag. You can have a look at the Graphviz plugin to see how to use SVG inside an object tag, for example. HTH, Manu On Tue, Apr 15, 2008 at 6:32 PM, JBrett <[EMAIL PROTECTED]> wrote: > > An image will not view when I use [[Image(file1.svg)]]. I have the > image attached to the page it I can view it in it's Original > Format. > > Any Suggestions? > > --J > > > > -- Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
