Sha256: 32c57dd857a6af9ef4e43ae253b8a651447e88f34b9c93fcd0ba38ce416e628c
Contents?: true
Size: 261 Bytes
Versions: 1
Compression:
Stored size: 261 Bytes
Contents
# frozen_string_literal: true Shoes.app width: 300, height: 300 do fname = File.join(Shoes::DIR, 'static/shoes-icon.png') background yellow..orange, angle: 90 border fname, strokewidth: 20, curve: 100 fill fname nostroke oval 100, 100, 100, 100 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-4.0.0.pre12 | samples/simple_border_image.rb |