Bug 537852 followup C: Tweak spacing/attribute-ordering in sandwich-priority-* syncbase reftests, to improve readibility. (whitespace changes only)
|
@ -12,6 +12,6 @@
|
|||
-->
|
||||
<rect width="100" height="100" fill="orange">
|
||||
<set attributeName="fill" to="green" begin="a.begin"/>
|
||||
<set attributeName="fill" id="a" to="red" begin="0s"/>
|
||||
<set attributeName="fill" to="red" begin="0s" id="a"/>
|
||||
</rect>
|
||||
</svg>
|
||||
|
|
До Ширина: | Высота: | Размер: 662 B После Ширина: | Высота: | Размер: 664 B |
|
@ -19,8 +19,8 @@
|
|||
priority.
|
||||
-->
|
||||
<rect width="100" height="100" fill="orange">
|
||||
<set attributeName="fill" to="green" begin="b.end" id="c"/>
|
||||
<set attributeName="fill" to="green" begin="b.end" id="c"/>
|
||||
<set attributeName="fill" to="orange" begin="0s" end="1s" id="b"/>
|
||||
<set attributeName="fill" to="red" begin="1s" id="a"/>
|
||||
<set attributeName="fill" to="red" begin="1s" id="a"/>
|
||||
</rect>
|
||||
</svg>
|
||||
|
|
До Ширина: | Высота: | Размер: 1.0 KiB После Ширина: | Высота: | Размер: 1.1 KiB |
|
@ -11,7 +11,7 @@
|
|||
<rect width="100" height="100" fill="orange">
|
||||
<set attributeName="fill" to="green" begin="a.begin" dur="1s"
|
||||
fill="freeze"/>
|
||||
<set attributeName="fill" id="a" to="red" begin="0s; 3s" dur="1s"
|
||||
<set attributeName="fill" to="red" begin="0s; 3s" dur="1s" id="a"
|
||||
fill="freeze"/>
|
||||
</rect>
|
||||
</svg>
|
||||
|
|
До Ширина: | Высота: | Размер: 584 B После Ширина: | Высота: | Размер: 587 B |
|
@ -9,10 +9,10 @@
|
|||
A longer chain.
|
||||
-->
|
||||
<rect width="100" height="100" fill="orange">
|
||||
<set attributeName="fill" id="b" to="blue" begin="a.begin-0.5s"/>
|
||||
<set attributeName="fill" to="blue" begin="a.begin-0.5s" id="b"/>
|
||||
<set attributeName="fill" to="green" begin="d.begin"/>
|
||||
<set attributeName="fill" id="d" to="black" begin="c.begin-0.5s"/>
|
||||
<set attributeName="x" id="c" to="0" begin="b.begin+1s"/>
|
||||
<set attributeName="fill" id="a" to="red" begin="1s"/>
|
||||
<set attributeName="fill" to="black" begin="c.begin-0.5s" id="d"/>
|
||||
<set attributeName="x" to="0" begin="b.begin+1s" id="c"/>
|
||||
<set attributeName="fill" to="red" begin="1s" id="a"/>
|
||||
</rect>
|
||||
</svg>
|
||||
|
|
До Ширина: | Высота: | Размер: 714 B После Ширина: | Высота: | Размер: 736 B |
|
@ -13,8 +13,8 @@
|
|||
'a's end time and so shouldn't be given the higher priority.
|
||||
-->
|
||||
<rect width="100" height="100" fill="orange">
|
||||
<set attributeName="fill" id="c" to="red" begin="b.begin-1s"/>
|
||||
<set attributeName="x" id="b" to="0" begin="a.end-1s"/>
|
||||
<set attributeName="fill" id="a" to="green" begin="1s" dur="2s"/>
|
||||
<set attributeName="fill" to="red" begin="b.begin-1s" id="c"/>
|
||||
<set attributeName="x" to="0" begin="a.end-1s" id="b"/>
|
||||
<set attributeName="fill" to="green" begin="1s" dur="2s" id="a"/>
|
||||
</rect>
|
||||
</svg>
|
||||
|
|
До Ширина: | Высота: | Размер: 952 B После Ширина: | Высота: | Размер: 965 B |
|
@ -10,6 +10,6 @@
|
|||
-->
|
||||
<rect width="100" height="100" fill="orange">
|
||||
<set attributeName="fill" id="b" to="green" begin="a.begin"/>
|
||||
<set attributeName="fill" id="a" to="red" begin="0s; b.begin"/>
|
||||
<set attributeName="fill" id="a" to="red" begin="0s; b.begin"/>
|
||||
</rect>
|
||||
</svg>
|
||||
|
|
До Ширина: | Высота: | Размер: 539 B После Ширина: | Высота: | Размер: 541 B |
|
@ -14,8 +14,7 @@
|
|||
-->
|
||||
<rect width="100" height="100" fill="purple">
|
||||
<set attributeName="fill" id="c" to="orange" begin="a.begin; b.begin"/>
|
||||
<set attributeName="fill" id="b" to="green"
|
||||
begin="c.begin; b.begin"/>
|
||||
<set attributeName="fill" id="a" to="red" begin="1s; b.begin; c.begin"/>
|
||||
<set attributeName="fill" id="b" to="green" begin="c.begin; b.begin"/>
|
||||
<set attributeName="fill" id="a" to="red" begin="1s; b.begin; c.begin"/>
|
||||
</rect>
|
||||
</svg>
|
||||
|
|
До Ширина: | Высота: | Размер: 747 B После Ширина: | Высота: | Размер: 745 B |
|
@ -11,7 +11,7 @@
|
|||
<rect width="100" height="100" fill="orange">
|
||||
<set attributeName="fill" to="green" begin="a.begin"
|
||||
dur="1s" fill="freeze"/>
|
||||
<set attributeName="fill" id="a" to="red" begin="0s"
|
||||
<set attributeName="fill" to="red" begin="0s" id="a"
|
||||
dur="1s" fill="freeze"/>
|
||||
</rect>
|
||||
</svg>
|
||||
|
|
До Ширина: | Высота: | Размер: 583 B После Ширина: | Высота: | Размер: 585 B |
|
@ -19,9 +19,9 @@
|
|||
but it's not.
|
||||
-->
|
||||
<rect width="100" height="100" fill="orange">
|
||||
<set attributeName="fill" to="yellow" begin="1s" dur="2s" id="a"/>
|
||||
<set attributeName="fill" to="yellow" begin="1s" dur="2s" id="a"/>
|
||||
<set attributeName="fill" to="purple" begin="a.begin" dur="2s" id="b"/>
|
||||
<set attributeName="fill" to="red" begin="b.begin" dur="2s" id="c"/>
|
||||
<set attributeName="fill" to="green" begin="a.begin" dur="2s" id="d"/>
|
||||
<set attributeName="fill" to="red" begin="b.begin" dur="2s" id="c"/>
|
||||
<set attributeName="fill" to="green" begin="a.begin" dur="2s" id="d"/>
|
||||
</rect>
|
||||
</svg>
|
||||
|
|
До Ширина: | Высота: | Размер: 953 B После Ширина: | Высота: | Размер: 962 B |
|
@ -20,6 +20,6 @@
|
|||
-->
|
||||
<rect width="100" height="100" fill="orange">
|
||||
<set attributeName="fill" to="green" begin="1s" id="b"/>
|
||||
<set attributeName="fill" to="red" begin="1s" id="a"/>
|
||||
<set attributeName="fill" to="red" begin="1s" id="a"/>
|
||||
</rect>
|
||||
</svg>
|
||||
|
|
До Ширина: | Высота: | Размер: 1.0 KiB После Ширина: | Высота: | Размер: 1.0 KiB |
|
@ -14,8 +14,8 @@
|
|||
dependent elements.
|
||||
-->
|
||||
<rect width="100" height="100" fill="orange">
|
||||
<set attributeName="fill" to="yellow" begin="1s" id="b"/>
|
||||
<set attributeName="fill" to="green" begin="b.begin" id="c"/>
|
||||
<set attributeName="fill" to="red" begin="1s" id="a"/>
|
||||
<set attributeName="fill" to="yellow" begin="1s" id="b"/>
|
||||
<set attributeName="fill" to="green" begin="b.begin" id="c"/>
|
||||
<set attributeName="fill" to="red" begin="1s" id="a"/>
|
||||
</rect>
|
||||
</svg>
|
||||
|
|
До Ширина: | Высота: | Размер: 834 B После Ширина: | Высота: | Размер: 848 B |