Hi All,

  I am trying to use SVG in my SWP pages

  Unfortunately I am unable to test even basic shapes.

  I have created a ui:element where I have the following code in
ui:prototype

<ui:group>
    <svg:G>
        <svg:Ellipse css:fill="yellow" css:stroke="black" svg:cx="100"
svg:cy="48" svg:rx="300" svg:ry="148"/>
        <svg:Text svg:x="70" svg:y="50">Test</svg:Text>
    </svg:G>
</ui:group>

This code I got from the User guide, however I had to change something
like G instead g and include the namespace svg: for the arguments.

I am not sure what I am doing wrong, but I cannot get the Ellipse to
work, I get the "Test" string but no graphics.

I am using IE 9, the latest Chrome and Firefox, however I cannot get
the ellipse.

Any tips?

Thanks in advance.

Guil

-- 
You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include TopBraid Composer,
TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN.
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/topbraid-users?hl=en

Reply via email to