Well, this sort of works. I only want to
select elements in my current “layer” denoted by a <g>
element. The intersection list seems to return everything in or “below”
the current layer; from the elements in the layer up to the elements under the “svg”
root element. Is there a way to define a certain subset? I just want elements
within a single <G> tag. The only solution I see is to iterate the
returned NodeList and check each Node to see if it’s in the current
layer. Michael Bishop From: Bishop, Michael
W. CONTR J9C880 [mailto:[EMAIL PROTECTED] This is what I was looking for,
thanks. Which class is this specified in? I have the Javadoc with
the 1.6 distribution and this method is empty for SVGSVGElement and
SVGOMSVGElement, hence the confusion. Michael Bishop From: Cameron
McCormack [mailto:[EMAIL PROTECTED] Hi
Michael. |
Title: Re: "Drag" selection box...how to?
- RE: "Drag" selection box...how t... Bishop, Michael W. CONTR J9C880
- RE: "Drag" selection box...... thomas . deweese