Hi there,
I'm stuck with drawing arcs. I've got the following 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>
which is supposed to generate a little user interface tab widget (I've
multiplied all the dimensions by 10).
Its supposed to be a trapezoid (is that right?) with rounded top
corners. But both my arcs are inverted (I think, or at least their
wrong anyway).
I don't understand what the middle arguments for the arc path command
are for. The W3C specification is beyond my ability to understand!
Can anyone explain how to make these arcs work?
Cheers,
ariadadev
-----
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/