0

EPS has the arc command

xcenter ycenter radius startangle stopangle arc

which will draw a circular arc at the desired around the desired location. How can I draw an ellipse?

infinitezero
  • 1,610
  • 3
  • 14
  • 29

1 Answers1

0

With curves :-)

You need to look at the curveto operator, then define your ellipse as a series of Bezier curves.

See also the answer to this question

KenS
  • 30,202
  • 3
  • 34
  • 51