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
/
small-rect-scale.svg
blob
017f59a6e2e280a61d1e8ee0d6d94216fbf9457c
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
2
<rect
width
=
"100"
height
=
"100"
fill
=
"red"
/>
3
<rect
width
=
"0.1"
height
=
"0.1"
transform
=
"scale(1000)"
opacity
=
".99"
fill
=
"green"
/>
4
</svg>