Sha256: 3837e854bf9b0846c0ff05a143190107d743ea6b860a890373b8e4436d394280
Contents?: true
Size: 359 Bytes
Versions: 26
Compression:
Stored size: 359 Bytes
Contents
# -*- encoding : utf-8 -*- # Flips the comp being exported vertically class Tracksperanto::Tool::Flop < Tracksperanto::Tool::Base def self.action_description "Mirror all the tracker paths vertically" end def start_export(w, h) factor = -1 @exporter = Tracksperanto::Tool::Scaler.new(@exporter, :y_factor => factor) super end end
Version data entries
26 entries across 26 versions & 1 rubygems