class Prawn::SVG::Elements::ClipPath

Public Instance Methods

container?() click to toggle source
# File lib/prawn/svg/elements/clip_path.rb, line 8
def container?
  true
end
parse() click to toggle source
# File lib/prawn/svg/elements/clip_path.rb, line 2
def parse
  state.inside_clip_path = true
  properties.display = 'none'
  computed_properties.display = 'none'
end