Hi,
On Fri, 2006-06-16 at 08:44 -0700, Sudhakar S wrote:
> Hi All,
>
> I am trying to implement multiple group elements moving feature based on the
> mouse selection. But after selected the multiple group elements, if I tried
> to move all the selected group elements using translate, it is not moving
> properly. The Element, which is selected last, is moving properly along with
> mouse cursor, but others are not.
I do not know by not moving properly, but in the multiple elements case
especially with group element, that if by any chance you put transform
attribute on the group element, it will be inherited (take into
account / calculated) by the child element in positioning display.
eg:
<g> <--- put transform element here
<rect>...</rect> <--- will affect this rect
</g>
Regards
Tonny Kohar
--
Sketsa
SVG Graphics Editor
http://www.kiyut.com
---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org
|