On Mon, 22 Oct 2007 10:49:36 +0200, darnell.turner  
<[EMAIL PROTECTED]> wrote:

...
> Question:
> Is there a way to draw only the polyline segments that are inside the  
> black circle?

A clip-path is probably the easiest way, something similar to this:

<clipPath id="clip">
    <use xlink:href="#circle"/>
</clipPath>
<g id="yourcontent" clip-path="url(#clip)">
...
</g>

It's probably quicker to render it if you don't use clip-path though.

Cheers
/Erik

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


-----
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/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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