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:
parent
fae7941b10
commit
82fe17f36f
@ -6,7 +6,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>Area of a circle</h1>
|
||||
<p>
|
||||
<svg
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
@ -94,9 +93,9 @@
|
||||
id="path39" />
|
||||
</g>
|
||||
</svg>
|
||||
</p>
|
||||
<p>
|
||||
The area of a circle is
|
||||
</p>
|
||||
<math>
|
||||
<mi>π</mi>
|
||||
<mo>x</mo>
|
||||
@ -105,6 +104,5 @@
|
||||
<mn>2</mn>
|
||||
</msup>
|
||||
</math>.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user