repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1917371 - Consolidate unit_base_updater and unit_service_updater tests, r=bytesiz...
[gecko.git]
/
layout
/
reftests
/
text-svgglyphs
/
svg-glyph-paint-server.svg
blob
4e3bdd677278b0e122566867c6f3b99ec7ae4603
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
2
<style
type
=
"text/css"
>
3
<![CDATA[
4
@font-face {
5
font-family:
"Liberation"
;
6
src:url(resources/svg.woff);
7
}
8
text
9
{
10
font-family: Liberation;
11
font-size:
200
px;
12
}
13
]]
>
14
</style>
15
<!--
16
Test that paintservers within SVG glyph documents are rendered properly
17
-->
18
<text
x
=
"0"
y
=
"200"
>
19
e
20
</text>
21
</svg>