[Bug 9236] Add Path objects and intersects() function

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9236


Axel Dahmen <brille1@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brille1@hotmail.com




--- Comment #1 from Axel Dahmen <brille1@hotmail.com>  2010-03-12 20:05:35 ---
It would be VERY feasible to know if two paths intersect.

A corresponding function would take two paths as parameters and return a
boolean value.

This would require the following prerequisites, however:

  *  A "Path" object would need to be introduced in
     order to get a container to store a path.

  *  The Path object would provide the same path-related
     member function as the CanvasRenderingContext2D
     interface does.

  *  The Path object would provide the following member
     function:

       - intersects(path)

  *  The CanvasRenderingContext2D interface would
     provide the following new function:

       - drawPath(path)


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 12 March 2010 20:05:36 UTC