Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / text-rotation.svg
blob6309074a4df2add988ec0dc507185a239fcad405
1 <?xml version="1.0" standalone="no"?>
2 <svg xmlns="http://www.w3.org/2000/svg">
3 <text font-size="50" y="100"><tspan x="25" rotate="-30,0,30">Rotated glyphs</tspan></text>
4 <text font-size="50" y="200"><tspan x="25">More <tspan rotate="15 30 45">rotated</tspan> glyphs</tspan></text>
5 <text font-size="50" x="25" y="300" rotate="15">More rotated glyphs</text>
6 </svg>