[Webkit-unassigned] [Bug 36659] Canvas linewidth = 0 Not working correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 10 14:54:52 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36659


Andreas Kling <andreas.kling at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andreas.kling at nokia.com




--- Comment #2 from Andreas Kling <andreas.kling at nokia.com>  2010-07-10 14:54:52 PST ---
http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-linewidth

"The lineWidth attribute gives the width of lines, in coordinate space units. On getting, it must return the current value. On setting, zero, negative, infinite, and NaN values must be ignored, leaving the value unchanged; other values must change the current value to the new value."

The initial value of lineWidth is 1.0, thus it can never be 0.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list