--- In [email protected], "Alastair Fettes" <[EMAIL PROTECTED]> wrote: > http://www.w3.org/TR/SVG11/paths.html#PathDataEllipticalArcCommands > > The command is as follows: > > A|a(rx ry x-axis-rotation large-arc-flag sweep-flag x y)+ > > Here is a small explanation: > 1. large-arc-flag I thought that was what this one was for.
> > 2. sweep-flag - Simply the direction that the arc will be drawn Aha! That was what I was looking for! (I would have called it something less cryptic if it had been up to me ;-) > I didn't fix your tab perfectly, but here is something that is a bit > closer to what you want. You'll have to play with it to get it > working nicely. Best thing to do is pull out a piece of graph paper > and just do the math. :) > > <path fill="#C9C6B2" d=" > M 0,300 L 100,50 > A 100,50 -60 0,1 150,0 L 650,0 > A 100,50 60 0,1 700,50 L 800,300 Z" /> > Thanks. I've fiddled around with it and got what I wanted now! 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/

