On Mon, Nov 8, 2010 at 9:35 AM, Chris Nelson <chris.nel...@sixnet.com> wrote:
> If I do:
>
> {{{
> #!html
> <a href=http://www.google.com>Google</a>
> }}}
>
> I get the expected result but if I try to adapt 
> http://www.w3schools.com/svg/tryit.asp?filename=rect1&type=svg as:
>
> {{{
> #!html
> <svg width="100%" height="100%" version="1.1"
> xmlns="http://www.w3.org/2000/svg";>
>
> <rect width="300" height="100"
> style="fill:rgb(0,0,255);stroke-width:1;
> stroke:rgb(0,0,0)"/>
>
> </svg>
> }}}
>
> Nothing shows up.  The original had
>
> <?xml version="1.0" standalone="no"?>
> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
> "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
>
> But I don't see how to put those header fields in wiki text.  Any thoughts?
>

I've only embedded SVG using Trac GraphViz plugin ... probably you
might wanna see pages rendered using this plugin .

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to