mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 964200 (Part 4 misc and tests) - Implement Filter Effects Module feDropShadow filter. r=hsivonen
This commit is contained in:
parent
649aa6ceee
commit
416ccd6e52
@ -462,6 +462,7 @@ exports.browser = {
|
||||
SVGFEDiffuseLightingElement: false,
|
||||
SVGFEDisplacementMapElement: false,
|
||||
SVGFEDistantLightElement: false,
|
||||
SVGFEDropShadowElement: false,
|
||||
SVGFEFloodElement : false,
|
||||
SVGFEFuncAElement : false,
|
||||
SVGFEFuncBElement : false,
|
||||
|
@ -886,6 +886,8 @@ var interfaceNamesInGlobalScope =
|
||||
"SVGFEDisplacementMapElement",
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
"SVGFEDistantLightElement",
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
"SVGFEDropShadowElement",
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
"SVGFEFloodElement",
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
|
Loading…
Reference in New Issue
Block a user