[Bug 11739] I would like to see a clearPath or clearStroke functions similar to clearRect but to clear lines, not just full rectangles

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

Tab Atkins Jr. <jackalmage@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackalmage@gmail.com

--- Comment #1 from Tab Atkins Jr. <jackalmage@gmail.com> 2011-01-11 23:00:52 UTC ---
This can be achieved currently by making a path, calling clip(), *then* calling
clearRect with a bounding rectangle specified.

That technique is fairly unintuitive, though.  A clear() method that clears out
a path would be nice.

-- 
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 Tuesday, 11 January 2011 23:00:57 UTC