HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>An ellipse is drawn in much the same way as a circle, but it has two radii: rx along the horizontal axis and ry along the vertical axis.</p>
1 <p>An ellipse is drawn in much the same way as a circle, but it has two radii: rx along the horizontal axis and ry along the vertical axis.</p>
2 &lt;ellipse rx="30" ry="40%"/&gt;<p>You can specify the position of an ellipse or a circle using cx andcy.</p>
2 &lt;ellipse rx="30" ry="40%"/&gt;<p>You can specify the position of an ellipse or a circle using cx andcy.</p>
3 &lt;ellipse rx="30" ry="40%" cx="50%" cy="50%"/&gt;
3 &lt;ellipse rx="30" ry="40%" cx="50%" cy="50%"/&gt;