further simplifies the html circle example

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3593 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat 2014-09-22 12:19:43 +00:00
parent fae7941b10
commit 82fe17f36f

View File

@ -6,7 +6,6 @@
</head> </head>
<body> <body>
<h1>Area of a circle</h1> <h1>Area of a circle</h1>
<p>
<svg <svg
xmlns:svg="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
@ -94,9 +93,9 @@
id="path39" /> id="path39" />
</g> </g>
</svg> </svg>
</p>
<p> <p>
The area of a circle is The area of a circle is
</p>
<math> <math>
<mi>π</mi> <mi>π</mi>
<mo>x</mo> <mo>x</mo>
@ -105,6 +104,5 @@
<mn>2</mn> <mn>2</mn>
</msup> </msup>
</math>. </math>.
</p>
</body> </body>
</html> </html>