summaryrefslogtreecommitdiff
path: root/rsvg/tests/fixtures/text/display-none.svg
diff options
context:
space:
mode:
authorSophie Herold <sophie@hemio.de>2023-03-31 03:41:42 +0200
committerSophie Herold <sophie@hemio.de>2023-03-31 05:29:47 +0200
commit724c958dbece640ae8025fbca4050ee5cee2f266 (patch)
treed45fd40f9fd54fcdb68897f04379461dd8adf2dc /rsvg/tests/fixtures/text/display-none.svg
parentd597831ff93b09cc41ce4768a833bc6407c95184 (diff)
downloadlibrsvg-724c958dbece640ae8025fbca4050ee5cee2f266.tar.gz
meta: Move lib and bins into separate crates
Closes #950 Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/822>
Diffstat (limited to 'rsvg/tests/fixtures/text/display-none.svg')
-rw-r--r--rsvg/tests/fixtures/text/display-none.svg5
1 files changed, 5 insertions, 0 deletions
diff --git a/rsvg/tests/fixtures/text/display-none.svg b/rsvg/tests/fixtures/text/display-none.svg
new file mode 100644
index 00000000..e5e31689
--- /dev/null
+++ b/rsvg/tests/fixtures/text/display-none.svg
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
+ <text style="font: 5px Ahem;" x="5" y="10">X<a style="display:none">X</a><tspan style="display:none">X</tspan></text>
+ <text style="font: 5px Ahem;" x="5" y="25">X<tspan><a style="display:none">X</a><tspan style="display:none">X<tspan style="display:inline" x="40">X</tspan><tspan style="display:block" x="45">X</tspan></tspan>X</tspan></text>
+ <text style="font: 5px Ahem; display: none" x="5" y="40">XXXXXX</text>
+</svg> \ No newline at end of file