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
/
clip-path
/
clip-path-shape-polygon-relative.svg
blob
68ccaecd3cdde629c6c3a8c714d54f180ad3bcb4
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
2
<rect
x
=
"50"
y
=
"50"
width
=
"200"
height
=
"200"
fill
=
"green"
style
=
"-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)"
/>
3
</svg>