Sha256: 1a43e9a076679a57f5ee9c8e3b80d483ba64fb9bea6266c74b21f40f7c08cafc

Contents?: true

Size: 489 Bytes

Versions: 3

Compression:

Stored size: 489 Bytes

Contents

Shoes.app do
  stack margin:5,width: 50,height:50 do
    fill "cyan"
    border "blue", strokewidth: 2
  end

  stack margin:10, width: 50,height:50 do
    fill "linear-gradient(cyan, red)"
  end

  stack margin:10 ,width: 50,height:50 do
    fill "radial-gradient(red, orange)"
  end

  stack margin:10 ,width: 50,height:50 do
    fill "radial-gradient(red, green)"
  end

  flow do
    stack margin:10, width: 50,height:50 do
      fill "linear-gradient(green, cyan)"
    end
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
lacci-0.2.1 examples/fill.rb
scarpe-0.2.1 examples/fill.rb
scarpe-0.2.0 examples/fill.rb