800x800
center detail
Mathematica code:
Graphics[ GraphicsComplex[  Table[   {-.99^n*Sin[n*3.799], .99^n*Cos[n*3.799]}, {n, 0, 600}],  Polygon[Table[i, {i, 1, 600, 1}]]],  PlotRange -> 1, ImageSize -> 800]

800x800

center detail

Mathematica code:

Graphics[
GraphicsComplex[
Table[
{-.99^n*Sin[n*3.799], .99^n*Cos[n*3.799]}, {n, 0, 600}],
Polygon[Table[i, {i, 1, 600, 1}]]],
PlotRange -> 1, ImageSize -> 800]
 
  1. intothecontinuum posted this