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
Backed out changeset e78abc802629 (bug 1920832) for causing bc failures on browser_in...
[gecko.git]
/
layout
/
reftests
/
text-svgglyphs
/
svg-glyph-cachedopacity.svg
blob
60b11344c8489a04f66cc98e9ca726e6c20d00b8
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
2
<style
type
=
"text/css"
>
<![CDATA[
3
@font-face {
4
font-family : svgwoff;
5
src : url(resources/svg.woff);
6
}
7
text {
8
font-family : svgwoff;
9
font-size :
200
px;
10
fill-opacity :
0.5
;
11
stroke-opacity :
0.5
;
12
}
13
]]
></style>
14
15
<!--
16
Test for a bug where cached fill-opacity and stroke-opacity values were
17
being destroyed
18
-->
19
<text
x
=
"0"
y
=
"200"
stroke
=
"black"
>
Y
</text>
20
</svg>