# File lib/rvg/pathdata.rb, line 75
        def vlineto(abs, y)
            @path << sprintf("%s%g ", (abs ? 'V' : 'v'), y)
        end