Method: Svgcode::SVG::Command#negate_points_y!
- Defined in:
- lib/svgcode/svg/command.rb
#negate_points_y! ⇒ Object
64 65 66 67 |
# File 'lib/svgcode/svg/command.rb', line 64 def negate_points_y! @points.each { |point| point.negate_y! } nil end |