[Webkit-unassigned] [Bug 102656] The 2D Canvas functions fillText()/strokeText() should display nothing when maxWidth is less then or equal to zero

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 10 21:55:47 PST 2013


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





--- Comment #15 from Rashmi Shyamasundar <rashmi.s2 at samsung.com>  2013-02-10 21:57:58 PST ---
On Opera(Version 12.12):
maxWidth = 0 : Text is not displayed
maxWidth = -1 : Text is displayed 

On FireFox(Version 18.0.2):
maxWidth = 0 : Text is displayed
maxWidth = -1 : Text is not displayed 

Behavior of FireFox is opposite to the behavior of Opera.

IE9 does not support canvas.

Currently WebKit-Windows port is behaving like FireFox.

-- 
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