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
/
custom
/
resource-invalidation-crash.svg
blob
7c6b83ae66f25f03e84f2cc1d8a11150e24a3256
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
xmlns:
xlink
=
"http://www.w3.org/1999/xlink"
>
2
<defs>
3
4
<pattern
id
=
"a"
/>
5
<pattern
id
=
"b"
>
6
<rect
fill
=
"url(#a)"
/>
7
</pattern>
8
9
<pattern
id
=
"a"
xlink:
href
=
"#b"
/>
10
<pattern
id
=
"b"
>
11
<rect
fill
=
"url(#a)"
/>
12
</pattern>
13
14
<pattern
id
=
"a"
xlink:
href
=
"#b"
/>
15
<rect
fill
=
"url(#a)"
/>
16
17
</defs>
18
19
</svg>