Re: [svg-developers] Re: Accessing a DOM object defined in an external SVG file

2010-07-31 Thread Jacob Beard
Hi, I answered your question on Stack Overflow. Jake On Fri, 2010-07-30 at 15:12 +, rodrigo_benenson wrote: No answers ? Can at least someone tell me if this is supposed to be possible ? Regards, rodrigob. --- In svg-developers@yahoogroups.com, rodrigo_benenson

[svg-developers] HOWTO: opposite clip

2010-07-31 Thread iliribur
Hi. I want to do opposite clipping. Everything outside clipping path should be visible. Masking is excluded here, as it is not supported yet by the WebKit. I can add shape covering whole drawing area to the clipping path, but reversing coordinates. Problem is: duplicated paths, transformation

Re: [svg-developers] HOWTO: opposite clip

2010-07-31 Thread ddailey
Interesting question. It seems so natural that I wondered if I hadn't missed a flag in the definition of the clip-path attribute that might not do exactly that, but if it is there I don't see it. But your reason for not using a mask isn't clear. Last I checked, this example works just fine in

Re: [svg-developers] HOWTO: opposite clip

2010-07-31 Thread Doug Schepers
Hi, Folks- I think David is right, a mask is the correct thing to do here, but it's not very intuitive. 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