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 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git]
/
dom
/
svg
/
crashtests
/
1343147.svg
blob
d9c2611ca822f34d3bbe7bd27764431786b337d3
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
2
<style>
3
<![CDATA[
4
svg {
5
background-image: linear-gradient(lime, lime);
6
background-clip: text;
7
}
8
text { transform: skewy(
30
grad); }
9
g { perspective:
0
; }
10
]]
>
11
</style>
12
<g><text>
hello
</text></g>
13
</svg>