> It does seem strange that there is no easy way to reverse the clip-path. 
>   Last week, I filed a feature request to add it in SVG 2; that doesn't 
> help right now, but it will make things easier in the future.
> 

Yep, SVG 2 can do compositing, but I'm forced to use SVG 1.1 only since it is 
(partially) implemented across different devices/browsers.

I will also check canvas since compositing is implemented there (destination 
over). But SVG have advantages: it is vector based (this is what I need), while 
canvas is bitmap based. And you can turn off antialiasing in SVG, but you can't 
do that for canvas. And you can attach events to shapes in SVG, you can't do 
that in canvas. And ...



------------------------------------

-----
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-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:
    svg-developers-dig...@yahoogroups.com 
    svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    svg-developers-unsubscr...@yahoogroups.com

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

Reply via email to