Data update

This commit is contained in:
Ingy döt Net 2026-04-30 12:34:36 -04:00
parent 4bb20c9b71
commit cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions

View file

@ -0,0 +1,12 @@
require "./circle"
require "./write_ppm"
img = Pixmap.new 100, 100, Color::WHITE
img.circle 50, 50, 40, Color::RED, true
img.circle 70, 60, 15, Color::BLUE, true
img.circle 40, 20, 20, Color::BLACK
img.circle 40, 20, 19, Color.new(255, 144, 0)
img.circle 40, 20, 18, Color::BLACK
img.write "crystal_circles.ppm"