Object
Points for use in the drawing of polygons.
# File lib/pdf/writer/graphics.rb, line 13 def initialize(x, y, connector = :line) @x, @y, @connector = x, y, connector end