# File lib/PatchedPNG.rb, line 67 def initialize(canvas) @height = canvas.height @width = canvas.width @bits = 8 @data = canvas.data end