Skip to content

Commit

Permalink
some examples of shoes art
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed Oct 22, 2010
1 parent ee0f929 commit 82ad785
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions art/fill-oval.rb
@@ -0,0 +1,5 @@
Shoes.app do
stroke red
fill purple
oval :top => 10, :left => 10, :radius => 100
end
6 changes: 6 additions & 0 deletions art/oval-gradient.rb
@@ -0,0 +1,6 @@
Shoes.app do
stroke red
strokewidth 10
fill gradient(red, purple)
oval 10, 10, 150
end
4 changes: 4 additions & 0 deletions art/star-gradient.rb
@@ -0,0 +1,4 @@
Shoes.app do
fill gradient(red, purple)
star 200, 200, 150, 50, 25
end

0 comments on commit 82ad785

Please sign in to comment.