зеркало из https://github.com/mozilla/pjs.git
Bug 595209 patch 2 - reftest r=longsonr,roc
This commit is contained in:
Родитель
d59155d732
Коммит
5bfc05c57a
|
@ -164,6 +164,7 @@ random-if(gtk2Widget) != text-language-01.xhtml text-language-01-ref.xhtml # Fai
|
|||
== text-layout-01.svg text-layout-01-ref.svg
|
||||
== text-layout-02.svg text-layout-02-ref.svg
|
||||
== text-scale-01.svg text-scale-01-ref.svg
|
||||
== text-stroke-scaling-01.svg text-stroke-scaling-01-ref.svg
|
||||
== text-style-01a.svg text-style-01-ref.svg
|
||||
== text-style-01b.svg text-style-01-ref.svg
|
||||
== text-style-01c.svg text-style-01-ref.svg
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||
|
||||
<title>Reference for stroke-width of text with scaling</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=595209 -->
|
||||
|
||||
<g transform="scale(2)">
|
||||
<text x="10" y="30"
|
||||
fill="black" stroke="black" stroke-width="1">abc</text>
|
||||
</g>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 322 B |
|
@ -0,0 +1,11 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||
|
||||
<title>Testcase for stroke-width of text with scaling</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=595209 -->
|
||||
|
||||
<g transform="scale(2)">
|
||||
<text x="10" y="30" rotate="0"
|
||||
fill="black" stroke="black" stroke-width="1">abc</text>
|
||||
</g>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 332 B |
Загрузка…
Ссылка в новой задаче