Sha256: 66e97d322b026e533fe10240a05b159ff11ccdd166cca90bc26142578098fd38

Contents?: true

Size: 228 Bytes

Versions: 3

Compression:

Stored size: 228 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

3 entries across 3 versions & 1 rubygems

Version Path
prawn-svg-0.36.0 lib/prawn/svg/elements/clip_path.rb
prawn-svg-0.35.1 lib/prawn/svg/elements/clip_path.rb
prawn-svg-0.35.0 lib/prawn/svg/elements/clip_path.rb