Sha256: 5c352f6f2c31dbfb80283f5ac73070e60e28e663fccc0cb74db77895b065a710
Contents?: true
Size: 312 Bytes
Versions: 31
Compression:
Stored size: 312 Bytes
Contents
# frozen_string_literal: true Prawn::SVG::Calculators::DocumentSizing.prepend (Module.new do def initialize *_args super @document_width = @document_width.to_f * 0.75 if @document_width&.end_with? 'px' @document_height = @document_height.to_f * 0.75 if @document_height&.end_with? 'px' end end)
Version data entries
31 entries across 31 versions & 1 rubygems