class PDF::Inspector::Graphics::Line

def initialize

def initialize
  @points = []
  @widths = []
end