Sha256: c7683cfd117cae52d6ffce7791f342bd00dcb61e8a20c1dd001c649e68b0613a

Contents?: true

Size: 250 Bytes

Versions: 1

Compression:

Stored size: 250 Bytes

Contents

# frozen_string_literal: true

# sample56.rb
Para = Shoes::Para
Shoes.app width: 200, height: 160 do
  style Para, align: 'center', stroke: pink, size: 30
  stack do
    para "hello"
    para "hello", size: 10, stroke: red
    para "hello"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoes-4.0.0.rc1 samples/simple_altered_para.rb