Sha256: 25cf1e553a78c688492fdaa349dd6834aef2f395af3a3e41d36e1ee0537c4e17
Contents?: true
Size: 229 Bytes
Versions: 10
Compression:
Stored size: 229 Bytes
Contents
class Prawn::SVG::Elements::ClipPath < Prawn::SVG::Elements::Base def parse state.inside_clip_path = true properties.display = 'none' computed_properties.display = 'none' end def container? true end end
Version data entries
10 entries across 10 versions & 1 rubygems