
17 Mar
2006
17 Mar
'06
11:39 p.m.
On Fri, 17 Mar 2006 18:44:42 -0400, "bulia byak" <buliabyak@...400...> wrote:
Most importantly, the clippath must be transformed together with the clipped object. This is already true for some kinds of objects (eg ellipses) and I know how to make it true for all objects. And this is doable regardless of whether the clippath is in defs or not.
If the clipPath and the clipped objects share a parent group, then you get "compensation" for free. Unlike gradients, I don't see a strong case for re-using clipPaths either (another usual motivation for putting things in <defs>).
Keeping the clipPath with the clipped objects seems to be the simplest approach...
-mental