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