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