Method: Svgcode::SVG::Command#flip_points_y!

Defined in:
lib/svgcode/svg/command.rb

#flip_points_y!(max_y) ⇒ Object



74
75
76
77
# File 'lib/svgcode/svg/command.rb', line 74

def flip_points_y!(max_y)
  @points.each { |point| point.flip_y!(max_y) }
  nil
end