Commit 42a0c29
[SVG2] Change default value of
https://bugs.webkit.org/show_bug.cgi?id=306976
rdar://169645572
Reviewed by Said Abou-Hallawa.
This patch aligns with Web Specification [1]:
As per web specification change, the initial value for 'fx' and 'fy' is
now '50%' and this change follows it.
[1] w3c/svgwg@762c875
* Source/WebCore/svg/SVGRadialGradientElement.h:
* LayoutTests/imported/w3c/web-platform-tests/svg/types/scripted/SVGAnimatedLength-initial-values-expected.txt: Progressions
Canonical link: https://commits.webkit.org/306811@mainfx and fy to 50% for SVGRadialGradient1 parent b001965 commit 42a0c29
File tree
2 files changed
+6
-6
lines changed- LayoutTests/imported/w3c/web-platform-tests/svg/types/scripted
- Source/WebCore/svg
2 files changed
+6
-6
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments