Hi there,

I'm stuck with arcs.

I'm trying to make a little user interface tab widget. I've got this SVG:

<svg xmlns="..." xmlns:xlink="..." x="0" y="0" width="800" height="300">
  <style type="text/css">
 
.textStyle{text-anchor:middle;font-family:sans-serif;font-weight:bold;font-size:26pt;color:#000000}
        </style>
        
        <path fill="#C9C6B2" d="M0,300 L100,50
                A150,50 0 0,0 150,0
                L650,0
                A650,50 0 0,0 700,50
                L800,300 Z" />
        
        <text class="textStyle" x="400" y="200">Cover</text>
</svg>




-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to