Closed
Bug 600428
Opened 14 years ago
Closed 14 years ago
remove quirk (formerly in spec, copied from CoreGraphics) from <canvas> shadowBlur handling
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
FIXED
mozilla2.0b7
Tracking | Status | |
---|---|---|
blocking2.0 | --- | beta8+ |
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Keywords: html5)
Attachments
(1 file)
1.21 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
Per my suggestion in http://www.w3.org/Bugs/Public/show_bug.cgi?id=10647 Hixie has changed the HTML5 spec to remove the really quirky handling of shadowBlur that was reverse-engineered from Apple's original implementation (and thus make it consistent with text-shadow, box-shadow).
Since we've already changed the meaning of shadowBlur once in this release (bug 590039), it would be good to get this change in this cycle rather than changing it twice in successive releases.
It's also a really really trivial change.
Assignee | ||
Updated•14 years ago
|
blocking2.0: --- → beta8+
Assignee | ||
Comment 1•14 years ago
|
||
Tested on http://dbaron.org/css/test/2010/shadow-blur
I also tend to think people might want a blur larger than 25px now and then.
Attachment #481356 -
Flags: review?(roc)
Assignee | ||
Updated•14 years ago
|
Whiteboard: [needs review]
Attachment #481356 -
Flags: review?(roc) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [needs review]
Target Milestone: --- → mozilla2.0b8
Updated•14 years ago
|
Target Milestone: mozilla2.0b8 → mozilla2.0b7
Hi,
In which Mozilla Firefox version these changes are available.
As I tested the testcase(http://dbaron.org/css/test/2010/shadow-blur) in Firefox 4.0.1 version , it seems as test case is failing.
I suppose,to pass the test case, canvas element has to be look like same as paragraph element.
Please confirm.
Assignee | ||
Comment 4•13 years ago
|
||
The changes are in Firefox 4.0.
You need to log in
before you can comment on or make changes to this bug.
Description
•