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.html
blob
6180113a707de43b976a4b1751cb36cac0fb7b54
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
<g
transform
=
"scale(2,1)"
>
11
<path
d
=
"M10,10L10,10M110,110L110,110"
stroke-linecap
=
"round"
/>
12
<path
d
=
"M110,10L110,10M10,110L10,110"
stroke-linecap
=
"square"
/>
13
</g>
14
</svg>