SVG:Intersection and Enclosure

From MozillaWiki
Revision as of 00:01, 16 September 2010 by Jonathan Watt (talk | contribs) (Created page with " This document contains thoughts on the following SVGSVGElement methods: * getIntersectionList * getEnclosureList * checkIntersection * checkEnclosure ==Usecases== 1. Implemen...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This document contains thoughts on the following SVGSVGElement methods:

  • getIntersectionList
  • getEnclosureList
  • checkIntersection
  • checkEnclosure

Usecases

1. Implementing a "drag section box" tool in an online drawing application (getIntersectionList and getEnclosureList)