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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
stroke
/
animated-points-non-scaling-stroke-expected.html
blob
f79aa2462fb14defd9778aa7fa452a979ead2991
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
<svg
width
=
"200"
height
=
"200"
>
5
<g
transform
=
"translate(5 5) scale(10 10)"
>
6
<path
d
=
"M 0 0 L 10 0 L 10 10 L 0 10 L 0 0"
vector-effect
=
"non-scaling-stroke"
stroke-width
=
"2"
stroke
=
"green"
fill
=
"none"
/>
7
</g>
8
</svg>
9
</body>
10
</html>