[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 23:11:02 PST 2013


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





--- Comment #16 from Benjamin Poulain <benjamin at webkit.org>  2013-02-10 23:13:13 PST ---
(In reply to comment #15)
> 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 

Okay, those make no sense. Their implementations probably do not check anything.

I am in favor of following the spec, reviewing this, and filing bugs for Firefox/Opera.
Dirk, what is your opinion?

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