class Prawn::SVG::Elements::ClipPath
Public Instance Methods
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
# 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