# File lib/rvg/rvg.rb, line 151
    def background_pattern=(filler)
        warn "background_pattern= has no effect in nested RVG objects" if @nested
        @background_pattern = filler
    end