Skip to content

Commit

Permalink
Fix misleading arguments of Cairo::Context#set_source_rgb
Browse files Browse the repository at this point in the history
  • Loading branch information
pczarn committed Aug 3, 2013
1 parent d7c9598 commit 37cd1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/langs.png.gen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
langs = CodeGen::List.reverse.flat_map {|c| c.steps.map {|step| step.name } }

ctx.line_width = 1
ctx.set_source_rgb(255, 255, 255)
ctx.set_source_rgb(1, 1, 1)
ctx.rectangle(0, 0, W, H)
ctx.fill
ctx.set_source_rgb(0, 0, 0)
Expand Down

0 comments on commit 37cd1c3

Please sign in to comment.