Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ImportedProjects
SVG
Commits
2bcf5902
Unverified
Commit
2bcf5902
authored
Jan 15, 2019
by
mrbean-bremen
Browse files
Added passing test for #354, as provided by @lpa-vadim-zaslavsky
- added failing test for #318
parent
fa748a18
Changes
5
Hide whitespace changes
Inline
Side-by-side
Tests/Svg.UnitTests/PassingTests.csv
View file @
2bcf5902
...
...
@@ -186,6 +186,7 @@ __issue-323-02
__issue-323-03
__issue-329-01
__issue-338-01_stroke_width
__issue-354-01
__issue-385-01_Test_text-anchor-middle
__issue-398-01
__pull_request-373-01
...
...
Tests/W3CTestSuite/png/__issue-318-01.png
0 → 100644
View file @
2bcf5902
2.19 KB
Tests/W3CTestSuite/png/__issue-354-01.png
0 → 100644
View file @
2bcf5902
827 Bytes
Tests/W3CTestSuite/svg/__issue-318-01.svg
0 → 100644
View file @
2bcf5902
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
version=
"1.1"
width=
"575"
height=
"150"
viewBox=
"0 0 575 150"
xml:space=
"preserve"
>
<desc>
Created with Fabric.js 1.7.7
</desc>
<defs>
</defs>
<rect
x=
"0"
y=
"0"
width=
"575"
height=
"150"
fill=
"lightgray"
></rect>
<g
transform=
"translate(82.76 38.58)"
>
<text
font-family=
"Arial"
font-size=
"32"
font-weight=
"normal"
style=
"stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;"
>
<tspan
x=
"-62.26"
y=
"10.08"
style=
"stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(0,0,0); fill-rule: ; opacity: 1;"
>
T
</tspan>
<tspan
x=
"-42.71"
y=
"10.08"
style=
"stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(0,0,0); fill-rule: ; opacity: 1;"
>
e
</tspan>
<tspan
x=
"-24.91"
y=
"10.08"
style=
"stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(0,0,0); fill-rule: ; opacity: 1;"
>
s
</tspan>
<tspan
x=
"-8.91"
y=
"10.08"
style=
"stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(0,0,0); fill-rule: ; opacity: 1;"
>
t
</tspan>
<tspan
x=
"-0.02"
y=
"10.08"
style=
"stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(0,0,0); fill-rule: ; opacity: 1;"
>
</tspan>
<tspan
x=
"8.87"
y=
"10.08"
style=
"stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(0,0,0); fill-rule: ; opacity: 1;"
>
#
</tspan>
<tspan
x=
"26.66"
y=
"10.08"
style=
"stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(0,0,0); fill-rule: ; opacity: 1;"
>
1
</tspan>
<tspan
x=
"44.46"
y=
"10.08"
style=
"stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(0,0,0); fill-rule: ; opacity: 1;"
>
2
</tspan>
</text>
</g>
<g
transform=
"translate(85.55 77.58)"
>
<text
font-family=
"Arial"
font-size=
"32"
font-weight=
"normal"
style=
"stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;"
>
<tspan
x=
"-64.05"
y=
"10.08"
fill=
"rgb(0,0,0)"
>
Dodaj #1
</tspan>
</text>
</g>
</svg>
\ No newline at end of file
Tests/W3CTestSuite/svg/__issue-354-01.svg
0 → 100644
View file @
2bcf5902
<svg
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
viewBox=
"0 0 100 50"
width=
"100"
height=
"50"
>
<text
x=
"20"
y=
"20"
style=
"font: italic bold 15px/normal "Fira Code"; text-transform: uppercase;"
>
Abc
</text>
<text
x=
"20"
y=
"40"
style=
"font-weight: bold; font-style: italic; font-size: 15px; font-family: "Fira Code"; text-transform: uppercase;"
>
Def
</text>
</svg>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment