Commit 89a77dc
committed
Expose operator lighter in SVGFECompositeElement IDL
https://bugs.webkit.org/show_bug.cgi?id=304105
rdar://problem/166704079
Reviewed by Said Abou-Hallawa.
As defined in the Compositing and Blending spec [1], the 'lighter'
operator is specified.
This PR, as discussed in [2], exposes the 'lighter' value to IDL.
[1] https://www.w3.org/TR/compositing-1/#porterduffcompositingoperators_plus
[2] w3c/svgwg#424
* LayoutTests/imported/w3c/web-platform-tests/svg/types/scripted/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt:
* LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt: Removed.
* LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement.html: Removed.
Removed this test because it is duplicated in WPT.
* Source/WebCore/svg/SVGFECompositeElement.h:
(WebCore::SVGIDLEnumLimits<CompositeOperationType>::highestExposedEnumValue): Deleted.
* Source/WebCore/svg/SVGFECompositeElement.idl:
* Source/WebCore/svg/properties/SVGDecoratedEnumeration.h:
* Source/WebCore/svg/properties/SVGPropertyTraits.h:
(WebCore::SVGIDLEnumLimits::highestExposedEnumValue): Deleted.
Canonical link: https://commits.webkit.org/304941@main1 parent 4a83564 commit 89a77dc
File tree
7 files changed
+4
-157
lines changed- LayoutTests
- imported/w3c/web-platform-tests/svg/types/scripted
- svg/dom
- Source/WebCore/svg
- properties
7 files changed
+4
-157
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
Lines changed: 0 additions & 59 deletions
This file was deleted.
Lines changed: 0 additions & 86 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | 155 | | |
0 commit comments