зеркало из https://github.com/mozilla/pjs.git
Bug 616516 - Try to fix few pixel intermittent animation reftest failure by using crispEdge drawing. r=dholbert
This commit is contained in:
Родитель
5ff47c9ad1
Коммит
a88408da67
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" shape-rendering="crispEdges">
|
||||
<g fill="blue" stroke="red" stroke-width="10" transform="translate(10 10)">
|
||||
<!-- Squares -->
|
||||
<rect x="0" width="40" height="40"/>
|
||||
|
|
До Ширина: | Высота: | Размер: 1.1 KiB После Ширина: | Высота: | Размер: 1.1 KiB |
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
class="reftest-wait">
|
||||
class="reftest-wait" shape-rendering="crispEdges">
|
||||
<g fill="blue" stroke="red" stroke-width="10" transform="translate(10 10)">
|
||||
<!-- Squares -->
|
||||
<rect x="0" width="40" height="40"/>
|
||||
|
|
До Ширина: | Высота: | Размер: 2.5 KiB После Ширина: | Высота: | Размер: 2.5 KiB |
Загрузка…
Ссылка в новой задаче