Skip to content

Commit

Permalink
Fix error in SolidFill example (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 authored Feb 17, 2024
1 parent 5733e31 commit d14ccd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidfill.rb.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1>solidfill.rb</h1>
# Demonstrate the SolidFill class

fill = Magick::SolidFill.new('orange')
img = Magick::Image.new(Cols, Rows, fill)
img = Magick::Image.new(300, 100, fill)

# Annotate the filled image with the code that created the fill.

Expand Down

0 comments on commit d14ccd2

Please sign in to comment.