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
/
resources
/
object-sizing-width-50p-height-75p.svg
blob
5a831fb1b134cf894b62cd1e453cfe5e47ecbe6e
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"50%"
height
=
"75%"
>
2
<rect
x
=
"0"
y
=
"0"
width
=
"100%"
height
=
"100%"
fill
=
"lightblue"
/>
3
<rect
x
=
"5%"
y
=
"5%"
width
=
"90%"
height
=
"90%"
fill
=
"green"
/>
4
</svg>