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-circle-2-expected.svg
blob
a1813db1a0f300c40407f61ce414788a6c5eb770
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
2
<defs>
3
<clipPath
id
=
"clip"
>
4
<circle
cx
=
"100"
cy
=
"75"
r
=
"75"
/>
5
</clipPath>
6
</defs>
7
<rect
width
=
"200"
height
=
"150"
fill
=
"green"
clip-path
=
"url(#clip)"
/>
8
</svg>