Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / animateTransform-by-scale-expected.svg
blob2297154eea8d74013c88c180329c706cfc44d836
1 <?xml version="1.0"?>
2 <svg viewBox="0 0 500 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <rect x="0" y="0" width="500" height="300" fill="#fff" />
5 <g fill="green" transform="translate(100,100)">
6 <path id="path" d="M-25,0C120,-40 -80,-60 20,25zM20 10q-10 -10 2 -10" transform="scale(3,3)"/>
7 </g>
8 </svg>