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
/
transform-scale-parse.svg
blob
1db4f380cca809d60df45469b761605ae8d5d1f2
1
<?xml
version
=
"1.0"
?>
2
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
3
<rect
x
=
"10"
y
=
"10"
width
=
"100"
height
=
"100"
fill
=
"red"
/>
4
<rect
x
=
"0"
y
=
"0"
width
=
"50"
height
=
"50"
fill
=
"green"
transform
=
"translate(10,10), scale(2)"
/>
5
</svg>