repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
stroke
/
non-scaling-stroke-text-decoration.html
blob
505acbef89465a78e4e92359421a79012b8a5515
1
<!DOCTYPE
html
>
2
<svg>
3
<g
transform
=
"scale(2 2)"
>
4
<text
x
=
"0"
y
=
"50"
stroke
=
"blue"
stroke-width
=
"2"
fill
=
"none"
vector-effect
=
"non-scaling-stroke"
font-size
=
"36"
text-decoration
=
"underline"
>
Hello
</text>
5
</g>
6
</svg>