Sha256: 9b18eda2d2aaed4262a8ef3e520aba36ac06ceae6a52ce4de176e18e5472d6eb

Contents?: true

Size: 325 Bytes

Versions: 1

Compression:

Stored size: 325 Bytes

Contents

# frozen_string_literal: true

Shoes.app do
  shape do
    move_to(90, 55)
    arc_to(50, 55, 50, 20, 0, Shoes::PI / 2)
    arc_to(50, 55, 60, 60, Shoes::PI / 2, Shoes::PI)
    arc_to(50, 55, 70, 70, Shoes::PI, Shoes::TWO_PI - Shoes::PI / 2)
    arc_to(50, 55, 80, 80, Shoes::TWO_PI - Shoes::PI / 2, Shoes::TWO_PI)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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