Sha256: 45277dd5a556c065d07d99e3a73411bf08538c023431fe9a3c00455ee5a282b6
Contents?: true
Size: 263 Bytes
Versions: 6
Compression:
Stored size: 263 Bytes
Contents
module Magick class TextureFill def fill(image) @fill.fill(image._image) end def initialize(image) image = image.cur_image if image.respond_to? :cur_image @fill = Magick4J.TextureFill.new(image._image) end end end
Version data entries
6 entries across 6 versions & 1 rubygems