How would I specify that attribute? Like this?
<g transform="translate(56,0)">
<!-- that transform is changed while dragging the mouse -->
<g static="true">
<!-- this group content is not changing -->
</g>
</g>
or would I specify the static attribute in the outer group and am
still able to change the transform attribute while dragging the mouse?
In the implementation I am playing with you could do it on
either, without any real difference.
ok
How would you interpret the usage of this attribute?
Right now I'm just playing with it because in past tests
some of my approaches have not had any appreciable performance
increase.
ok - let us know if there is anything to test.
In my examples the static map layer part that should be moved is all
within a nested SVG (the map part) while the GUI part (that should also
be static while moving) is in the outer SVG (svg root element). I don't
know if that makes any difference when implementing that feature.
Thanks,
Andreas
--
----------------------------------------------
Andreas Neumann - Institute of Cartography
Swiss Federal Institute of Technology (ETH)
ETH Hoenggerberg
CH-8093 Zurich, Switzerland
Phone: ++41-1-633 3031, Fax: ++41-1-633 1153
e-mail: [EMAIL PROTECTED]
www: http://www.carto.net/neumann/
SVG.Open: http://www.svgopen.org/
Carto.net: http://www.carto.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]