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