whilst programming I came accross a crazy little unexplainable thing that I thought was cool enough to share with yall.
all those hair-like weaves are the result of a simple function that displays a hollowed circle that was taken to HUGE degrees.
basicly:
for(i=0;i=99999;i++){
circle(x,y,i,i,color,screen);
}