Sha256: 85b391558214ef5de8bc083c4024c1fcd31a709e200f3ea533c784957abdf575
Contents?: true
Size: 318 Bytes
Versions: 7
Compression:
Stored size: 318 Bytes
Contents
# frozen_string_literal: true module Prawn; module SVG class Interface def resize opts = {} sizing = document.sizing sizing.requested_width = opts[:width] sizing.requested_height = opts[:height] sizing.calculate end end end; end unless Prawn::SVG::Interface.method_defined? :resize
Version data entries
7 entries across 7 versions & 1 rubygems