--- In [EMAIL PROTECTED], "rohit_thakare"
<[EMAIL PROTECTED]> wrote:
> 
> I am having this really stupid problem in my script and am not able 
> to fix it. All I am trying to do is apply the clip-path 'RectView'
in 
> the script below to the group 'graphlines'. 
> 
> Everytime I do that the entire 'graphlines' object disappear. Any 
> ideas. 

Since clip-path defaults to userSpaceOnUser coordinates, the clip-path
boundaries should be specified in terms of the coordinate system in
place in the currentCTM for graphlines. So, if you're using the
clip-path of:
  clip-path="url(#RectView)"

Then RectView should be defined as:
<clipPath id="RectView">
<rect x="0" y="-700" width="600" height="700"/>
</clipPath>


  --kirby





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

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