chromium/third_party/blink/web_tests/svg/text/small-fonts-2.svg

<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">

<svg 
	xmlns="http://www.w3.org/2000/svg" 
	xmlns:xlink="http://www.w3.org/1999/xlink"
	viewBox="0 0 100 100"
>
	<g transform="matrix(0.1 0 0 0.1 10 10)">
		<text font-family="'Arial'" font-size="120px">0,1,2,3,4</text>
	</g>
	<g transform="matrix(1 0 0 1 10 25)">
		<text font-family="'Arial'" font-size="12px">0,1,2,3,4</text>
	</g>
	<g transform="matrix(12 0 0 12 10 40)">
		<text font-family="'Arial'" font-size="1px">0,1,2,3,4</text>
	</g>
	<g transform="matrix(24 0 0 24 10 55)">
		<text font-family="'Arial'" font-size="0.5px">0,1,2,3,4</text>
	</g>
	<g 
		transform="matrix(0.3 0 0 0.3 10 65)"
		>
		<text font-family="'Courier'" font-size="9">
			<tspan x="0" y="0">For this test case to be successful, all</tspan>
			<tspan x="0" y="15">lines of text must look the same. In Safari </tspan>
			<tspan x="0" y="30">Beta 3, a text with a font size of 1 or smaller</tspan>
			<tspan x="0" y="45">is not painted correctly, even if the coordinate</tspan>
			<tspan x="0" y="60">transformations make it equivalent.</tspan>
			<tspan x="0" y="75">Bug 14242</tspan>
		</text>
	</g>
</svg>