Skip to content

Commit d14ccd2

Browse files
authored
Fix error in SolidFill example (#16)
rmagick/rmagick#1469
1 parent 5733e31 commit d14ccd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solidfill.rb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>solidfill.rb</h1>
1616
# Demonstrate the SolidFill class
1717

1818
fill = Magick::SolidFill.new('orange')
19-
img = Magick::Image.new(Cols, Rows, fill)
19+
img = Magick::Image.new(300, 100, fill)
2020

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

0 commit comments

Comments
 (0)