[lasem] tests: remove text from linecap and linejoin tests.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [lasem] tests: remove text from linecap and linejoin tests.
- Date: Thu, 25 Oct 2012 19:15:32 +0000 (UTC)
commit 77fdafdec02627b53a7e284b8666aebe1f6aba2c
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Wed Oct 24 10:44:58 2012 +0200
tests: remove text from linecap and linejoin tests.
tests/data/svg/suite/paths/linecap-ref.png | Bin 2529 -> 1315 bytes
tests/data/svg/suite/paths/linecap.svg | 8 ++++----
tests/data/svg/suite/paths/linejoin-ref.png | Bin 0 -> 5377 bytes
tests/data/svg/suite/paths/linejoin.svg | 8 ++++----
4 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/tests/data/svg/suite/paths/linecap-ref.png b/tests/data/svg/suite/paths/linecap-ref.png
index a34087b..5bad373 100644
Binary files a/tests/data/svg/suite/paths/linecap-ref.png and b/tests/data/svg/suite/paths/linecap-ref.png differ
diff --git a/tests/data/svg/suite/paths/linecap.svg b/tests/data/svg/suite/paths/linecap.svg
index 6981d81..94dd1a5 100644
--- a/tests/data/svg/suite/paths/linecap.svg
+++ b/tests/data/svg/suite/paths/linecap.svg
@@ -2,7 +2,7 @@
<svg width="12cm" height="2cm" viewBox="0 0 1200 200" version="1.2" baseProfile="tiny"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<desc>Example linecap - demonstrates three stroke-linecap values</desc>
- <rect x="1" y="1" width="1198" height="198" fill="none" stroke="blue" />
+<!-- <rect x="1" y="1" width="1198" height="198" fill="none" stroke="blue" />-->
<defs>
<line id="line1" x1="-125" x2="125" y1="0" y2="0" fill="none" />
<g id="circles">
@@ -14,19 +14,19 @@
<use stroke="black" stroke-width="70" xlink:href="#line1" stroke-linecap="butt"/>
<use stroke="#ffcccc" stroke-width="5" xlink:href="#line1"/>
<use xlink:href="#circles"/>
- <text text-anchor="middle" font-size="50" font-family="Verdana" y="90">'butt' cap</text>
+<!-- <text text-anchor="middle" font-size="50" font-family="Verdana" y="90">'butt' cap</text>-->
</g>
<g transform="translate(600,75)">
<use stroke="black" stroke-width="70" xlink:href="#line1" stroke-linecap="round"/>
<use stroke="#ffcccc" stroke-width="5" xlink:href="#line1"/>
<use xlink:href="#circles"/>
- <text text-anchor="middle" font-size="50" font-family="Verdana" y="90">'round' cap</text>
+<!-- <text text-anchor="middle" font-size="50" font-family="Verdana" y="90">'round' cap</text>-->
</g>
<g transform="translate(1000,75)">
<use stroke="black" stroke-width="70" xlink:href="#line1" stroke-linecap="square"/>
<use stroke="#ffcccc" stroke-width="5" xlink:href="#line1"/>
<use xlink:href="#circles"/>
- <text text-anchor="middle" font-size="50" font-family="Verdana" y="90">'square' cap</text>
+<!-- <text text-anchor="middle" font-size="50" font-family="Verdana" y="90">'square' cap</text>-->
</g>
</svg>
diff --git a/tests/data/svg/suite/paths/linejoin-ref.png b/tests/data/svg/suite/paths/linejoin-ref.png
new file mode 100644
index 0000000..871100e
Binary files /dev/null and b/tests/data/svg/suite/paths/linejoin-ref.png differ
diff --git a/tests/data/svg/suite/paths/linejoin.svg b/tests/data/svg/suite/paths/linejoin.svg
index 3d4c3cd..93df1f8 100644
--- a/tests/data/svg/suite/paths/linejoin.svg
+++ b/tests/data/svg/suite/paths/linejoin.svg
@@ -2,7 +2,7 @@
<svg width="12cm" height="3.5cm" viewBox="0 0 1200 350" version="1.2" baseProfile="tiny"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<desc>Example linecap - demonstrates three stroke-linecap values</desc>
- <rect x="1" y="1" width="1198" height="348" fill="none" stroke="blue" />
+<!-- <rect x="1" y="1" width="1198" height="348" fill="none" stroke="blue" />-->
<defs>
<path id="path1" d="M -125,150 L 0,0 L 125,150" fill="none" />
<circle fill="#ffcccc" stroke="none" id="circle1" cx="0" cy="0" r="8"/>
@@ -11,19 +11,19 @@
<use stroke="black" stroke-width="70" xlink:href="#path1" stroke-linejoin="miter"/>
<use stroke="#ffcccc" stroke-width="5" xlink:href="#path1"/>
<use xlink:href="#circle1"/>
- <text text-anchor="middle" font-size="50" font-family="Verdana" y="230">'miter' join</text>
+<!-- <text text-anchor="middle" font-size="50" font-family="Verdana" y="230">'miter' join</text>-->
</g>
<g transform="translate(600,75)">
<use stroke="black" stroke-width="70" xlink:href="#path1" stroke-linejoin="round"/>
<use stroke="#ffcccc" stroke-width="5" xlink:href="#path1"/>
<use xlink:href="#circle1"/>
- <text text-anchor="middle" font-size="50" font-family="Verdana" y="230">'round' join</text>
+<!-- <text text-anchor="middle" font-size="50" font-family="Verdana" y="230">'round' join</text>-->
</g>
<g transform="translate(1000,75)">
<use stroke="black" stroke-width="70" xlink:href="#path1" stroke-linejoin="bevel"/>
<use stroke="#ffcccc" stroke-width="5" xlink:href="#path1"/>
<use xlink:href="#circle1"/>
- <text text-anchor="middle" font-size="50" font-family="Verdana" y="230">'bevel' join</text>
+<!-- <text text-anchor="middle" font-size="50" font-family="Verdana" y="230">'bevel' join</text>-->
</g>
</svg>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]