class Magick::RVG

def background_pattern=(filler)

section in the RMagick doc for more information.
The object must have a fill method. See the Fill Classes
Sets an object to use to fill the canvas background.
def background_pattern=(filler)
  warn 'background_pattern= has no effect in nested RVG objects' if @nested
  @background_pattern = filler
end