
26 Apr
2006
26 Apr
'06
6:16 p.m.
On Wed, 26 Apr 2006, MenTaLguY wrote:
On Wed, 26 Apr 2006 12:16:15 -0500, Aaron Spike <aaron@...749...> wrote:
I hadn't thought about using one effect multiple times, but we will probably desire that someday.
I believe it's better to think of this in terms of instances of an effect.
i.e. you're not attaching path effects to paths, but instances of them.
So, how about:
<path d="M 1 2 L 3 4"> <inkscape:patheffect id="org.inkscape.patheffect.a" val1="bob" val2="jack" /> <inkscape:patheffect id="org.inkscape.patheffect.b" var="true" /> <inkscape:patheffect id="org.inkscape.patheffect.a" val1="alvin" val2="jack" /> </path>
--Ted