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

Version Path
prawn-svg-0.34.2 lib/prawn/svg/elements/clip_path.rb
prawn-svg-0.34.1 lib/prawn/svg/elements/clip_path.rb
prawn-svg-0.34.0 lib/prawn/svg/elements/clip_path.rb
prawn-svg-0.33.0 lib/prawn/svg/elements/clip_path.rb
prawn-svg-0.32.0 lib/prawn/svg/elements/clip_path.rb
prawn-svg-0.31.0 lib/prawn/svg/elements/clip_path.rb
prawn-svg-0.30.0 lib/prawn/svg/elements/clip_path.rb
prawn-svg-0.29.1 lib/prawn/svg/elements/clip_path.rb
prawn-svg-0.29.0 lib/prawn/svg/elements/clip_path.rb
prawn-svg-0.28.0 lib/prawn/svg/elements/clip_path.rb