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
/
clip-path
/
clip-path-shape-polygon-3-expected.svg
blob
4be712bad519847a7652e21105833124f15dc8cf
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
2
<defs>
3
<clipPath
id
=
"clip"
>
4
<polygon
points
=
"0,0 100,200 200,0 0,200 100,0 200,200 0,0"
/>
5
</clipPath>
6
</defs>
7
<rect
width
=
"200"
height
=
"200"
fill
=
"green"
clip-path
=
"url(#clip)"
/>
8
</svg>