Bug 474049 reftests-only followup: Switch from "pt" to "px" for grid-positioning in reftests. (Fixes Linux tryserver failures due to clipping, in testcases with limited-size <svg> nodes.)

This commit is contained in:
Daniel Holbert 2009-10-03 13:16:19 -07:00
Родитель df177c9a00
Коммит 038eaf3ee2
15 изменённых файлов: 134 добавлений и 134 удалений

Просмотреть файл

@ -45,13 +45,13 @@ const START_TIMES = [ "4.0s", "3.0s", "2.7s",
"2.25s", "2.01s", "1.5s",
"1.4s", "1.0s", "0.5s" ];
const X_POSNS = [ "20pt", "70pt", "120pt",
"20pt", "70pt", "120pt",
"20pt", "70pt", "120pt" ];
const X_POSNS = [ "20px", "70px", "120px",
"20px", "70px", "120px",
"20px", "70px", "120px" ];
const Y_POSNS = [ "20pt", "20pt", "20pt",
"70pt", "70pt", "70pt",
"120pt", "120pt", "120pt" ];
const Y_POSNS = [ "20px", "20px", "20px",
"70px", "70px", "70px",
"120px", "120px", "120px" ];
const DURATION = "2s";
const SNAPSHOT_TIME ="3";
@ -60,8 +60,8 @@ const SVGNS = "http://www.w3.org/2000/svg";
// Convenience wrapper using testAnimatedGrid to make 15pt-by-15pt rects
function testAnimatedRectGrid(animationTagName, animationAttrHashList) {
var targetTagName = "rect";
var targetAttrHash = {"width" : "15pt",
"height" : "15pt" };
var targetAttrHash = {"width" : "15px",
"height" : "15px" };
testAnimatedGrid(targetTagName, targetAttrHash,
animationTagName, animationAttrHashList);
}

Просмотреть файл

@ -2,31 +2,31 @@
<style>
rect { stroke: black; }
</style>
<rect x="20pt" y="20pt" width="15pt" height="15pt"
<rect x="20px" y="20px" width="15px" height="15px"
style="fill: #4B0082">
</rect>
<rect x="70pt" y="20pt" width="15pt" height="15pt"
<rect x="70px" y="20px" width="15px" height="15px"
style="fill: #4B0082">
</rect>
<rect x="120pt" y="20pt" width="15pt" height="15pt"
<rect x="120px" y="20px" width="15px" height="15px"
style="fill: #652593">
</rect>
<rect x="20pt" y="70pt" width="15pt" height="15pt"
<rect x="20px" y="70px" width="15px" height="15px"
style="fill: #8B5CAD">
</rect>
<rect x="70pt" y="70pt" width="15pt" height="15pt"
<rect x="70px" y="70px" width="15px" height="15px"
style="fill: #9F79BB">
</rect>
<rect x="120pt" y="70pt" width="15pt" height="15pt"
<rect x="120px" y="70px" width="15px" height="15px"
style="fill: #CBB8D8">
</rect>
<rect x="20pt" y="120pt" width="15pt" height="15pt"
<rect x="20px" y="120px" width="15px" height="15px"
style="fill: #D3C4DE">
</rect>
<rect x="70pt" y="120pt" width="15pt" height="15pt"
<rect x="70px" y="120px" width="15px" height="15px"
style="fill: #F5F5F5">
</rect>
<rect x="120pt" y="120pt" width="15pt" height="15pt"
<rect x="120px" y="120px" width="15px" height="15px"
style="fill: #F5F5F5">
</rect>
</svg>

До

Ширина:  |  Высота:  |  Размер: 949 B

После

Ширина:  |  Высота:  |  Размер: 949 B

Просмотреть файл

@ -2,31 +2,31 @@
<style>
rect { stroke: black; }
</style>
<rect x="20pt" y="20pt" width="15pt" height="15pt"
<rect x="20px" y="20px" width="15px" height="15px"
style="fill: yellow">
</rect>
<rect x="70pt" y="20pt" width="15pt" height="15pt"
<rect x="70px" y="20px" width="15px" height="15px"
style="fill: rgb(0, 10, 20)">
</rect>
<rect x="120pt" y="20pt" width="15pt" height="15pt"
<rect x="120px" y="20px" width="15px" height="15px"
style="fill: rgb(9, 28, 47)">
</rect>
<rect x="20pt" y="70pt" width="15pt" height="15pt"
<rect x="20px" y="70px" width="15px" height="15px"
style="fill: rgb(28, 55, 83)">
</rect>
<rect x="70pt" y="70pt" width="15pt" height="15pt"
<rect x="70px" y="70px" width="15px" height="15px"
style="fill: rgb(49, 69, 90)">
</rect>
<rect x="120pt" y="70pt" width="15pt" height="15pt"
<rect x="120px" y="70px" width="15px" height="15px"
style="fill: rgb(95, 100, 105)">
</rect>
<rect x="20pt" y="120pt" width="15pt" height="15pt"
<rect x="20px" y="120px" width="15px" height="15px"
style="fill: rgb(104, 106, 108)">
</rect>
<rect x="70pt" y="120pt" width="15pt" height="15pt"
<rect x="70px" y="120px" width="15px" height="15px"
style="fill: rgb(140, 130, 120)">
</rect>
<rect x="120pt" y="120pt" width="15pt" height="15pt"
<rect x="120px" y="120px" width="15px" height="15px"
style="fill: rgb(140, 130, 120)">
</rect>
</svg>

До

Ширина:  |  Высота:  |  Размер: 1021 B

После

Ширина:  |  Высота:  |  Размер: 1021 B

Просмотреть файл

@ -2,31 +2,31 @@
<style>
rect { stroke: black; }
</style>
<rect x="20pt" y="20pt" width="15pt" height="15pt"
<rect x="20px" y="20px" width="15px" height="15px"
style="fill: rgb(85, 107, 47)">
</rect>
<rect x="70pt" y="20pt" width="15pt" height="15pt"
<rect x="70px" y="20px" width="15px" height="15px"
style="fill: rgb(85, 107, 47)">
</rect>
<rect x="120pt" y="20pt" width="15pt" height="15pt"
<rect x="120px" y="20px" width="15px" height="15px"
style="fill: rgb(92, 119, 59)">
</rect>
<rect x="20pt" y="70pt" width="15pt" height="15pt"
<rect x="20px" y="70px" width="15px" height="15px"
style="fill: rgb(103, 137, 77)">
</rect>
<rect x="70pt" y="70pt" width="15pt" height="15pt"
<rect x="70px" y="70px" width="15px" height="15px"
style="fill: rgb(108, 146, 86)">
</rect>
<rect x="120pt" y="70pt" width="15pt" height="15pt"
<rect x="120px" y="70px" width="15px" height="15px"
style="fill: rgb(120, 166, 106)">
</rect>
<rect x="20pt" y="120pt" width="15pt" height="15pt"
<rect x="20px" y="120px" width="15px" height="15px"
style="fill: rgb(123, 170, 110)">
</rect>
<rect x="70pt" y="120pt" width="15pt" height="15pt"
<rect x="70px" y="120px" width="15px" height="15px"
style="fill: rgb(132, 186, 126)">
</rect>
<rect x="120pt" y="120pt" width="15pt" height="15pt"
<rect x="120px" y="120px" width="15px" height="15px"
style="fill: rgb(132, 186, 126)">
</rect>
</svg>

До

Ширина:  |  Высота:  |  Размер: 1.0 KiB

После

Ширина:  |  Высота:  |  Размер: 1.0 KiB

Просмотреть файл

@ -2,31 +2,31 @@
<style>
rect { stroke: black; }
</style>
<rect x="20pt" y="20pt" width="15pt" height="15pt"
<rect x="20px" y="20px" width="15px" height="15px"
style="fill: yellowgreen">
</rect>
<rect x="70pt" y="20pt" width="15pt" height="15pt"
<rect x="70px" y="20px" width="15px" height="15px"
style="fill: yellowgreen">
</rect>
<rect x="120pt" y="20pt" width="15pt" height="15pt"
<rect x="120px" y="20px" width="15px" height="15px"
style="fill: rgb(184, 220, 88)">
</rect>
<rect x="20pt" y="70pt" width="15pt" height="15pt"
<rect x="20px" y="70px" width="15px" height="15px"
style="fill: rgb(229, 243, 144)">
</rect>
<rect x="70pt" y="70pt" width="15pt" height="15pt"
<rect x="70px" y="70px" width="15px" height="15px"
style="fill: rgb(253, 255, 174)">
</rect>
<rect x="120pt" y="70pt" width="15pt" height="15pt"
<rect x="120px" y="70px" width="15px" height="15px"
style="fill: rgb(255, 255, 238)">
</rect>
<rect x="20pt" y="120pt" width="15pt" height="15pt"
<rect x="20px" y="120px" width="15px" height="15px"
style="fill: rgb(255, 255, 250)">
</rect>
<rect x="70pt" y="120pt" width="15pt" height="15pt"
<rect x="70px" y="120px" width="15px" height="15px"
style="fill: rgb(255, 255, 255)">
</rect>
<rect x="120pt" y="120pt" width="15pt" height="15pt"
<rect x="120px" y="120px" width="15px" height="15px"
style="fill: rgb(255, 255, 255)">
</rect>
</svg>

До

Ширина:  |  Высота:  |  Размер: 1.0 KiB

После

Ширина:  |  Высота:  |  Размер: 1.0 KiB

Просмотреть файл

@ -2,31 +2,31 @@
<style>
rect { fill: blue; stroke: black; }
</style>
<rect x="20pt" y="20pt" width="15pt" height="15pt"
<rect x="20px" y="20px" width="15px" height="15px"
style="fill-opacity: 1">
</rect>
<rect x="70pt" y="20pt" width="15pt" height="15pt"
<rect x="70px" y="20px" width="15px" height="15px"
style="fill-opacity: 1">
</rect>
<rect x="120pt" y="20pt" width="15pt" height="15pt"
<rect x="120px" y="20px" width="15px" height="15px"
style="fill-opacity: 0.85">
</rect>
<rect x="20pt" y="70pt" width="15pt" height="15pt"
<rect x="20px" y="70px" width="15px" height="15px"
style="fill-opacity: 0.625">
</rect>
<rect x="70pt" y="70pt" width="15pt" height="15pt"
<rect x="70px" y="70px" width="15px" height="15px"
style="fill-opacity: 0.505">
</rect>
<rect x="120pt" y="70pt" width="15pt" height="15pt"
<rect x="120px" y="70px" width="15px" height="15px"
style="fill-opacity: 0.25">
</rect>
<rect x="20pt" y="120pt" width="15pt" height="15pt"
<rect x="20px" y="120px" width="15px" height="15px"
style="fill-opacity: 0.2">
</rect>
<rect x="70pt" y="120pt" width="15pt" height="15pt"
<rect x="70px" y="120px" width="15px" height="15px"
style="fill-opacity: 0.0">
</rect>
<rect x="120pt" y="120pt" width="15pt" height="15pt"
<rect x="120px" y="120px" width="15px" height="15px"
style="fill-opacity: 0.0">
</rect>
</svg>

До

Ширина:  |  Высота:  |  Размер: 999 B

После

Ширина:  |  Высота:  |  Размер: 999 B

Просмотреть файл

@ -2,31 +2,31 @@
<style>
rect { fill: blue; stroke: black; }
</style>
<rect x="20pt" y="20pt" width="15pt" height="15pt"
<rect x="20px" y="20px" width="15px" height="15px"
style="fill-opacity: 1">
</rect>
<rect x="70pt" y="20pt" width="15pt" height="15pt"
<rect x="70px" y="20px" width="15px" height="15px"
style="fill-opacity: 0.6">
</rect>
<rect x="120pt" y="20pt" width="15pt" height="15pt"
<rect x="120px" y="20px" width="15px" height="15px"
style="fill-opacity: 0.3">
</rect>
<rect x="20pt" y="70pt" width="15pt" height="15pt"
<rect x="20px" y="70px" width="15px" height="15px"
style="fill-opacity: 0.35">
</rect>
<rect x="70pt" y="70pt" width="15pt" height="15pt"
<rect x="70px" y="70px" width="15px" height="15px"
style="fill-opacity: 0.59">
</rect>
<rect x="120pt" y="70pt" width="15pt" height="15pt"
<rect x="120px" y="70px" width="15px" height="15px"
style="fill-opacity: 0.8">
</rect>
<rect x="20pt" y="120pt" width="15pt" height="15pt"
<rect x="20px" y="120px" width="15px" height="15px"
style="fill-opacity: 0.7">
</rect>
<rect x="70pt" y="120pt" width="15pt" height="15pt"
<rect x="70px" y="120px" width="15px" height="15px"
style="fill-opacity: 0.3">
</rect>
<rect x="120pt" y="120pt" width="15pt" height="15pt"
<rect x="120px" y="120px" width="15px" height="15px"
style="fill-opacity: 0.3">
</rect>
</svg>

До

Ширина:  |  Высота:  |  Размер: 997 B

После

Ширина:  |  Высота:  |  Размер: 997 B

Просмотреть файл

@ -2,31 +2,31 @@
<style>
rect { fill: blue; stroke: black; }
</style>
<rect x="20pt" y="20pt" width="15pt" height="15pt"
<rect x="20px" y="20px" width="15px" height="15px"
style="fill-opacity: 1">
</rect>
<rect x="70pt" y="20pt" width="15pt" height="15pt"
<rect x="70px" y="20px" width="15px" height="15px"
style="fill-opacity: 0">
</rect>
<rect x="120pt" y="20pt" width="15pt" height="15pt"
<rect x="120px" y="20px" width="15px" height="15px"
style="fill-opacity: 0">
</rect>
<rect x="20pt" y="70pt" width="15pt" height="15pt"
<rect x="20px" y="70px" width="15px" height="15px"
style="fill-opacity: 0">
</rect>
<rect x="70pt" y="70pt" width="15pt" height="15pt"
<rect x="70px" y="70px" width="15px" height="15px"
style="fill-opacity: 0.095">
</rect>
<rect x="120pt" y="70pt" width="15pt" height="15pt"
<rect x="120px" y="70px" width="15px" height="15px"
style="fill-opacity: 0.35">
</rect>
<rect x="20pt" y="120pt" width="15pt" height="15pt"
<rect x="20px" y="120px" width="15px" height="15px"
style="fill-opacity: 0.4">
</rect>
<rect x="70pt" y="120pt" width="15pt" height="15pt"
<rect x="70px" y="120px" width="15px" height="15px"
style="fill-opacity: 0.6">
</rect>
<rect x="120pt" y="120pt" width="15pt" height="15pt"
<rect x="120px" y="120px" width="15px" height="15px"
style="fill-opacity: 0.6">
</rect>
</svg>

До

Ширина:  |  Высота:  |  Размер: 992 B

После

Ширина:  |  Высота:  |  Размер: 992 B

Просмотреть файл

@ -1,20 +1,20 @@
<svg xmlns="http://www.w3.org/2000/svg">
<text x="20pt" y="20pt" style="font-size: 2px">abc
<text x="20px" y="20px" style="font-size: 2px">abc
</text>
<text x="70pt" y="20pt" style="font-size: 10px">abc
<text x="70px" y="20px" style="font-size: 10px">abc
</text>
<text x="120pt" y="20pt" style="font-size: 13px">abc
<text x="120px" y="20px" style="font-size: 13px">abc
</text>
<text x="20pt" y="70pt" style="font-size: 17.5px">abc
<text x="20px" y="70px" style="font-size: 17.5px">abc
</text>
<text x="70pt" y="70pt" style="font-size: 19.9px">abc
<text x="70px" y="70px" style="font-size: 19.9px">abc
</text>
<text x="120pt" y="70pt" style="font-size: 25px">abc
<text x="120px" y="70px" style="font-size: 25px">abc
</text>
<text x="20pt" y="120pt" style="font-size: 26px">abc
<text x="20px" y="120px" style="font-size: 26px">abc
</text>
<text x="70pt" y="120pt" style="font-size: 30px">abc
<text x="70px" y="120px" style="font-size: 30px">abc
</text>
<text x="120pt" y="120pt" style="font-size: 30px">abc
<text x="120px" y="120px" style="font-size: 30px">abc
</text>
</svg>

До

Ширина:  |  Высота:  |  Размер: 633 B

После

Ширина:  |  Высота:  |  Размер: 633 B

Просмотреть файл

@ -1,20 +1,20 @@
<svg xmlns="http://www.w3.org/2000/svg">
<text x="20pt" y="20pt" style="font-size: 2px">abc
<text x="20px" y="20px" style="font-size: 2px">abc
</text>
<text x="70pt" y="20pt" style="font-size: 30px">abc
<text x="70px" y="20px" style="font-size: 30px">abc
</text>
<text x="120pt" y="20pt" style="font-size: 27px">abc
<text x="120px" y="20px" style="font-size: 27px">abc
</text>
<text x="20pt" y="70pt" style="font-size: 22.5px">abc
<text x="20px" y="70px" style="font-size: 22.5px">abc
</text>
<text x="70pt" y="70pt" style="font-size: 20.1px">abc
<text x="70px" y="70px" style="font-size: 20.1px">abc
</text>
<text x="120pt" y="70pt" style="font-size: 15px">abc
<text x="120px" y="70px" style="font-size: 15px">abc
</text>
<text x="20pt" y="120pt" style="font-size: 14px">abc
<text x="20px" y="120px" style="font-size: 14px">abc
</text>
<text x="70pt" y="120pt" style="font-size: 10px">abc
<text x="70px" y="120px" style="font-size: 10px">abc
</text>
<text x="120pt" y="120pt" style="font-size: 10px">abc
<text x="120px" y="120px" style="font-size: 10px">abc
</text>
</svg>

До

Ширина:  |  Высота:  |  Размер: 633 B

После

Ширина:  |  Высота:  |  Размер: 633 B

Просмотреть файл

@ -2,31 +2,31 @@
<style>
rect { stroke: blue; stroke-width: 5px; }
</style>
<rect x="20pt" y="20pt" width="15pt" height="15pt"
<rect x="20px" y="20px" width="15px" height="15px"
style="stroke-dasharray: 20px, 5px">
</rect>
<rect x="70pt" y="20pt" width="15pt" height="15pt"
<rect x="70px" y="20px" width="15px" height="15px"
style="stroke-dasharray: 20px, 5px">
</rect>
<rect x="120pt" y="20pt" width="15pt" height="15pt"
<rect x="120px" y="20px" width="15px" height="15px"
style="stroke-dasharray: 18.5px, 6.5px">
</rect>
<rect x="20pt" y="70pt" width="15pt" height="15pt"
<rect x="20px" y="70px" width="15px" height="15px"
style="stroke-dasharray: 16.25px, 8.75px">
</rect>
<rect x="70pt" y="70pt" width="15pt" height="15pt"
<rect x="70px" y="70px" width="15px" height="15px"
style="stroke-dasharray: 15.05px, 9.95px">
</rect>
<rect x="120pt" y="70pt" width="15pt" height="15pt"
<rect x="120px" y="70px" width="15px" height="15px"
style="stroke-dasharray: 12.5px, 12.5px">
</rect>
<rect x="20pt" y="120pt" width="15pt" height="15pt"
<rect x="20px" y="120px" width="15px" height="15px"
style="stroke-dasharray: 12px, 13px">
</rect>
<rect x="70pt" y="120pt" width="15pt" height="15pt"
<rect x="70px" y="120px" width="15px" height="15px"
style="stroke-dasharray: 10px, 15px">
</rect>
<rect x="120pt" y="120pt" width="15pt" height="15pt"
<rect x="120px" y="120px" width="15px" height="15px"
style="stroke-dasharray: 10px, 15px">
</rect>
</svg>

До

Ширина:  |  Высота:  |  Размер: 1.1 KiB

После

Ширина:  |  Высота:  |  Размер: 1.1 KiB

Просмотреть файл

@ -1,29 +1,29 @@
<svg xmlns="http://www.w3.org/2000/svg">
<rect x="20pt" y="20pt" width="15pt" height="15pt" stroke="blue"
<rect x="20px" y="20px" width="15px" height="15px" stroke="blue"
style="stroke-width: 10px">
</rect>
<rect x="70pt" y="20pt" width="15pt" height="15pt" stroke="blue"
<rect x="70px" y="20px" width="15px" height="15px" stroke="blue"
style="stroke-width: 10px">
</rect>
<rect x="120pt" y="20pt" width="15pt" height="15pt" stroke="blue"
<rect x="120px" y="20px" width="15px" height="15px" stroke="blue"
style="stroke-width: 13px">
</rect>
<rect x="20pt" y="70pt" width="15pt" height="15pt" stroke="blue"
<rect x="20px" y="70px" width="15px" height="15px" stroke="blue"
style="stroke-width: 17.5px">
</rect>
<rect x="70pt" y="70pt" width="15pt" height="15pt" stroke="blue"
<rect x="70px" y="70px" width="15px" height="15px" stroke="blue"
style="stroke-width: 19.9px">
</rect>
<rect x="120pt" y="70pt" width="15pt" height="15pt" stroke="blue"
<rect x="120px" y="70px" width="15px" height="15px" stroke="blue"
style="stroke-width: 25px">
</rect>
<rect x="20pt" y="120pt" width="15pt" height="15pt" stroke="blue"
<rect x="20px" y="120px" width="15px" height="15px" stroke="blue"
style="stroke-width: 26px">
</rect>
<rect x="70pt" y="120pt" width="15pt" height="15pt" stroke="blue"
<rect x="70px" y="120px" width="15px" height="15px" stroke="blue"
style="stroke-width: 30px">
</rect>
<rect x="120pt" y="120pt" width="15pt" height="15pt" stroke="blue"
<rect x="120px" y="120px" width="15px" height="15px" stroke="blue"
style="stroke-width: 30px">
</rect>
</svg>

До

Ширина:  |  Высота:  |  Размер: 1.0 KiB

После

Ширина:  |  Высота:  |  Размер: 1.0 KiB

Просмотреть файл

@ -1,29 +1,29 @@
<svg xmlns="http://www.w3.org/2000/svg">
<rect x="20pt" y="20pt" width="15pt" height="15pt" stroke="blue"
<rect x="20px" y="20px" width="15px" height="15px" stroke="blue"
style="stroke-width: 10px">
</rect>
<rect x="70pt" y="20pt" width="15pt" height="15pt" stroke="blue"
<rect x="70px" y="20px" width="15px" height="15px" stroke="blue"
style="stroke-width: 20px">
</rect>
<rect x="120pt" y="20pt" width="15pt" height="15pt" stroke="blue"
<rect x="120px" y="20px" width="15px" height="15px" stroke="blue"
style="stroke-width: 17px">
</rect>
<rect x="20pt" y="70pt" width="15pt" height="15pt" stroke="blue"
<rect x="20px" y="70px" width="15px" height="15px" stroke="blue"
style="stroke-width: 12.5px">
</rect>
<rect x="70pt" y="70pt" width="15pt" height="15pt" stroke="blue"
<rect x="70px" y="70px" width="15px" height="15px" stroke="blue"
style="stroke-width: 10.1px">
</rect>
<rect x="120pt" y="70pt" width="15pt" height="15pt" stroke="blue"
<rect x="120px" y="70px" width="15px" height="15px" stroke="blue"
style="stroke-width: 20px">
</rect>
<rect x="20pt" y="120pt" width="15pt" height="15pt" stroke="blue"
<rect x="20px" y="120px" width="15px" height="15px" stroke="blue"
style="stroke-width: 22px">
</rect>
<rect x="70pt" y="120pt" width="15pt" height="15pt" stroke="blue"
<rect x="70px" y="120px" width="15px" height="15px" stroke="blue"
style="stroke-width: 30px">
</rect>
<rect x="120pt" y="120pt" width="15pt" height="15pt" stroke="blue"
<rect x="120px" y="120px" width="15px" height="15px" stroke="blue"
style="stroke-width: 30px">
</rect>
</svg>

До

Ширина:  |  Высота:  |  Размер: 1.0 KiB

После

Ширина:  |  Высота:  |  Размер: 1.0 KiB

Просмотреть файл

@ -1,29 +1,29 @@
<svg xmlns="http://www.w3.org/2000/svg">
<rect x="20pt" y="20pt" width="15pt" height="15pt" stroke="blue"
<rect x="20px" y="20px" width="15px" height="15px" stroke="blue"
style="stroke-width: 10px">
</rect>
<rect x="70pt" y="20pt" width="15pt" height="15pt" stroke="blue"
<rect x="70px" y="20px" width="15px" height="15px" stroke="blue"
style="stroke-width: 10px">
</rect>
<rect x="120pt" y="20pt" width="15pt" height="15pt" stroke="blue"
<rect x="120px" y="20px" width="15px" height="15px" stroke="blue"
style="stroke-width: 6px">
</rect>
<rect x="20pt" y="70pt" width="15pt" height="15pt" stroke="blue"
<rect x="20px" y="70px" width="15px" height="15px" stroke="blue"
style="stroke-width: 15px">
</rect>
<rect x="70pt" y="70pt" width="15pt" height="15pt" stroke="blue"
<rect x="70px" y="70px" width="15px" height="15px" stroke="blue"
style="stroke-width: 19.8px">
</rect>
<rect x="120pt" y="70pt" width="15pt" height="15pt" stroke="blue"
<rect x="120px" y="70px" width="15px" height="15px" stroke="blue"
style="stroke-width: 30px">
</rect>
<rect x="20pt" y="120pt" width="15pt" height="15pt" stroke="blue"
<rect x="20px" y="120px" width="15px" height="15px" stroke="blue"
style="stroke-width: 28px">
</rect>
<rect x="70pt" y="120pt" width="15pt" height="15pt" stroke="blue"
<rect x="70px" y="120px" width="15px" height="15px" stroke="blue"
style="stroke-width: 20px">
</rect>
<rect x="120pt" y="120pt" width="15pt" height="15pt" stroke="blue"
<rect x="120px" y="120px" width="15px" height="15px" stroke="blue"
style="stroke-width: 20px">
</rect>
</svg>

До

Ширина:  |  Высота:  |  Размер: 1.0 KiB

После

Ширина:  |  Высота:  |  Размер: 1.0 KiB

Просмотреть файл

@ -1,29 +1,29 @@
<svg xmlns="http://www.w3.org/2000/svg">
<rect x="20pt" y="20pt" width="15pt" height="15pt" stroke="blue"
<rect x="20px" y="20px" width="15px" height="15px" stroke="blue"
style="stroke-width: 30px">
</rect>
<rect x="70pt" y="20pt" width="15pt" height="15pt" stroke="blue"
<rect x="70px" y="20px" width="15px" height="15px" stroke="blue"
style="stroke-width: 30px">
</rect>
<rect x="120pt" y="20pt" width="15pt" height="15pt" stroke="blue"
<rect x="120px" y="20px" width="15px" height="15px" stroke="blue"
style="stroke-width: 27px">
</rect>
<rect x="20pt" y="70pt" width="15pt" height="15pt" stroke="blue"
<rect x="20px" y="70px" width="15px" height="15px" stroke="blue"
style="stroke-width: 22.5px">
</rect>
<rect x="70pt" y="70pt" width="15pt" height="15pt" stroke="blue"
<rect x="70px" y="70px" width="15px" height="15px" stroke="blue"
style="stroke-width: 20.1px">
</rect>
<rect x="120pt" y="70pt" width="15pt" height="15pt" stroke="blue"
<rect x="120px" y="70px" width="15px" height="15px" stroke="blue"
style="stroke-width: 15px">
</rect>
<rect x="20pt" y="120pt" width="15pt" height="15pt" stroke="blue"
<rect x="20px" y="120px" width="15px" height="15px" stroke="blue"
style="stroke-width: 14px">
</rect>
<rect x="70pt" y="120pt" width="15pt" height="15pt" stroke="blue"
<rect x="70px" y="120px" width="15px" height="15px" stroke="blue"
style="stroke-width: 10px">
</rect>
<rect x="120pt" y="120pt" width="15pt" height="15pt" stroke="blue"
<rect x="120px" y="120px" width="15px" height="15px" stroke="blue"
style="stroke-width: 10px">
</rect>
</svg>

До

Ширина:  |  Высота:  |  Размер: 1.0 KiB

После

Ширина:  |  Высота:  |  Размер: 1.0 KiB