Confirmed users, Bureaucrats and Sysops emeriti
969
edits
(Created page with " This document contains thoughts on the following SVGSVGElement methods: * getIntersectionList * getEnclosureList * checkIntersection * checkEnclosure ==Usecases== 1. Implemen...") |
No edit summary |
||
Line 1: | Line 1: | ||
This document contains thoughts on the following SVGSVGElement methods: | This document contains thoughts on the following SVGSVGElement methods: | ||
Line 10: | Line 9: | ||
1. Implementing a "drag section box" tool in an online drawing application (getIntersectionList and getEnclosureList) | 1. Implementing a "drag section box" tool in an online drawing application (getIntersectionList and getEnclosureList) | ||
==Questions== | |||
Do we really want to only include graphics elements in the list? If all of the graphical descendents of a container element will be included in the list, wouldn't it be better to include just the container in the list, and not all of its individual children? | |||
What |