<?xml version="1.0" encoding="UTF-8"?>
<objects>

<math xmlns="http://www.w3.org/1998/Math/MathML" id="math">
	<semantics>
		<apply>
			<eq/>
			<apply>
				<plus/>
				<apply>
					<pow/>
					<ci>x</ci>
					<cn>2</cn>
				</apply>
				<apply>
					<pow/>
					<ci>y</ci>
					<cn>2</cn>
				</apply>
			</apply>
			<cn>25</cn>
		</apply>
		<annotation-xml encoding="MathML-Presentation">
			<mrow>
				<msup>
					<mi>x</mi>
					<mn>2</mn>
				</msup>
				<mo>+</mo>
				<msup>
					<mi>y</mi>
					<mn>2</mn>
				</msup>
				<mo>=</mo>
				<mn>25</mn>
			</mrow>
		</annotation-xml>
	</semantics>
</math>

<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" version="1.1" id="svg">
	<g transform="scale(10,-10) translate(10,-10)">
		<path stroke="black" fill="none" stroke-width="0.05" d="M -10 0 L 10 0 M 0 10 L 0 -10"/>
		<circle stroke="red" fill="none" stroke-width="0.05" r="5" x="0" y="0"/>
	</g>
</svg>

</objects>