Ok, well I tried to do the patch and it didn't work :/ Unless its just
a quirk of the system, from what I've seen from your examples it looks
right.
Here's what I'm doing:
<g batik:static="true">
<rect x="0" y="0" width="100%" height="100%" fill="url(#MyGradient)"/>
</g>
<g id="table" transform="translate(40 40)">
<g batik:static="true">
<rect x="0" y="0" width="720" height="520" rx="40"
fill="forestgreen" stroke="saddlebrown" stroke-width="8"
filter="url(#tableFilter)"/>
</g>
<!--ratio of cards is approx 84 long by 54 wide -->
<g filter="url(#3DFilter)" batik:static="true">
<use xlink:href="#chair" x="91" y="-30" />
<use xlink:href="#chair" x="513" y="-30" />
<use xlink:href="#chair" transform="translate(211 550)
rotate(180)" />
<use xlink:href="#chair" transform="translate(422 550)
rotate(180)" />
<use xlink:href="#chair" transform="translate(633 550)
rotate(180)" />
<use xlink:href="#chair" transform="translate(-30 220)
rotate(270)" />
<use xlink:href="#chair" transform="translate(-30 420)
rotate(270)" />
<use xlink:href="#chair" transform="translate(750 100)
rotate(90)" />
<use xlink:href="#chair" transform="translate(750 300)
rotate(90)" />
</g>
</g>
<g batik:static="true">
<circle id="status" r="10" cx="20" cy="580" fill="red"
stroke="black" stroke-width="2" filter="url(#3DFilter)">
<title id="statusTitle">Not connected</title>
</circle>
</g>
I noticed the whole thing you said about it only being applied to g
use and svg atm, so added some g tags around my shapes :) is this
right?
Thanks,
Lewis
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]