72 circle target black white

by 10binary - uploaded on July 26, 2011, 2:44 am

Believe it or not, this image was not created with inkscape but by the following bash script which I wrote.



#!/bin/sh

echo ""

echo ""

echo ""



#define colors

pal[0]=#000000

pal[1]=#FFFFFF



((r=360))

((fill=0))

while (( r > 0 ))

do

echo ""

((r=r-5))

((fill=($fill+1)%2))

done



echo ""

exit

Tags
72 Jewelry Pattern black circle target white
Safe for Work?
Yes

Comments

0 Comments. Please login to comment or add your own remix.