Marcos Duarte wrote: > Is it possible to set the bounding box of the group to a different > value (in my case I'd like the bounding box to be the size of the > arc)?
One problem here is that the bounding box is used for things other than selection -- like determining whether to draw the object or not. > I'd like that because once I draw an angle with two long lines, its > bounding box (the rectangle) occupies all the canvas and it is > difficult to select other objects. What's really needed here is a better way to do hit-testing -- bounding box checking is pretty limited. As a first step, I suppose one could have a hit_test_box that would default to the bounding box, but could be set by user code... -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [email protected] _______________________________________________ FloatCanvas mailing list [email protected] http://paulmcnett.com/cgi-bin/mailman/listinfo/floatcanvas
