Closed
Bug 1173545
Opened 10 years ago
Closed 9 years ago
Enable canvas CSS/SVG filters by default
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
FIXED
mozilla49
People
(Reporter: mstange, Assigned: mstange)
References
Details
(Keywords: dev-doc-complete, Whiteboard: [parity-blink][platform-rel-Google][platform-rel-GoogleDocs])
Attachments
(1 file)
878 bytes,
patch
|
mstange
:
review+
|
Details | Diff | Splinter Review |
This bug tracks the work that needs to be done before we can set the pref canvas.filters.enabled to true by default.
Updated•10 years ago
|
Keywords: dev-doc-needed
Comment 1•9 years ago
|
||
This is now enabled by default in Chrome 52
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/Jhwj8QAYaFY
https://www.chromestatus.com/features/6701649301078016
Whiteboard: [parity-blink]
Comment 2•9 years ago
|
||
Turn on the lights!
Comment 3•9 years ago
|
||
Updated•9 years ago
|
Attachment #8758384 -
Flags: review?(mstange)
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8758384 [details] [diff] [review]
Flip canvas.filters.enabled pref
Review of attachment 8758384 [details] [diff] [review]:
-----------------------------------------------------------------
\o/
Attachment #8758384 -
Flags: review?(mstange) → review+
Comment 5•9 years ago
|
||
Markus/Tobias - Do you want to land this on mozcentral and then nominate it to be release noted?
Flags: needinfo?(tschneider)
Flags: needinfo?(mstange)
Updated•9 years ago
|
Keywords: checkin-needed
Comment 7•9 years ago
|
||
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/daf8583252b2
Enable canvas CSS/SVG filters by default. r=mstange
Keywords: checkin-needed
Comment 9•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(mstange)
Comment 10•9 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]:
[Suggested wording]:
[Links (documentation, blog post, etc)]:
Dev-docs:
https://developer.mozilla.org/en-US/Firefox/Releases/49#Canvas
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/filter
Also adding relnote request as per comment 5:
Release Note Request (optional, but appreciated)
[Why is this notable]: CSS filters are now available to canvas as well
[Suggested wording]: The Canvas2D filter property has been implemented. It provides filter effects like blurring or gray-scaling similar to the CSS filter property.
[Links (documentation, blog post, etc)]: https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/filter
relnote-firefox:
--- → ?
Keywords: dev-doc-needed → dev-doc-complete
Updated•8 years ago
|
platform-rel: --- → +
Whiteboard: [parity-blink] → [parity-blink][platform-rel-Google][platform-rel-GoogleDocs]
Comment 11•8 years ago
|
||
I think that the note on MDN is enough. Please need info me if you disagree
Updated•8 years ago
|
Depends on: CVE-2016-9077
Comment 12•8 years ago
|
||
I think this fix effect ctx.shadowBlur ?
Comment 13•8 years ago
|
||
I have been using a mixture of globalAlpha, shadowColor, and shadowBlur to blur text in my canvas elements. Since the release this technique is now failing, would the implementation of the blur filter be effecting it?
Assignee | ||
Comment 14•8 years ago
|
||
It's possible that the interaction with the filter code has broken something. Can you please file a new bug and attach a minimal testcase?
Comment 15•8 years ago
|
||
Will do
Comment 16•8 years ago
|
||
I found Bug 1306027, and added a link to my example[https://jsfiddle.net/ishmael_readingplus/hag1tc99/] there.
You need to log in
before you can comment on or make changes to this bug.
Description
•