On Apr 17, 2007, at 1:15 AM, Johan Engelen wrote:
<path
original-d= ...
d = ...
path-effect="sample"
path-effect-param1="0.0"
path-effect-param2="0.0"
path-effect-param3="0.0"
path-effect-param4="0.0" />
I'm trying to remember some other things that were discussed.
One alternative might be to use a list
<path original-d= ...
d = ...
path-params="0.0 0.0 0.0 0.0"
/>
or
<path original-d= ...
d = ...
path-params="0.0,0.0 0.0 0.0"
/>