# File lib/rvg/pathdata.rb, line 52
            def closepath(abs=true)
                @path << 'Z'    # ignore `abs'
            end