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-zero-length-subpath-linecaps-expected.html
blob
6b741fda0f7622c92b26793815d4480949e8965a
1
<!DOCTYPE
html
>
2
<style>
3
path {
4
vector-effect: non-scaling-stroke;
5
stroke-width:
10
px;
6
stroke: green;
7
}
8
</style>
9
<svg>
10
<path
d
=
"M20,10L20,10M220,110L220,110"
stroke-linecap
=
"round"
/>
11
<path
d
=
"M220,10L220,10M20,110L20,110"
stroke-linecap
=
"square"
/>
12
</svg>