# File lib/rvg/pathdata.rb, line 69
            def hlineto(abs, x)
                @path << sprintf("%s%g ", (abs ? 'H' : 'h'), x)
            end