diff options
Diffstat (limited to 'info/drawing-with-metapost/src/eggs-perfect.mp')
-rw-r--r-- | info/drawing-with-metapost/src/eggs-perfect.mp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/info/drawing-with-metapost/src/eggs-perfect.mp b/info/drawing-with-metapost/src/eggs-perfect.mp index 8f63cd6e8b..5388bf13b9 100644 --- a/info/drawing-with-metapost/src/eggs-perfect.mp +++ b/info/drawing-with-metapost/src/eggs-perfect.mp @@ -5,9 +5,8 @@ \begin{mplibcode} input eggs-common beginfig(1); + path egg; -%egg = for t=90,105,120,135,150,165,-180,-165,-150,-135,-120,-105,-90,-75,-60,-45,-30,-15,0,15,30,45,60,75: -%egg = for t=90, 135, 180, -135, -90, -45, 0, 45: egg = for t=-180 step 15 until 180 - eps: (0.78 cosd(1/4 t) * sind(t), -cosd(t)) .. endfor cycle; |