Class: Emfsvg::Translation::Handlers::ClipPathHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/emfsvg/translation/handlers/clip_path_handler.rb

Overview

defines a clipping region referenced by id. Like , its children must NOT be emitted as drawing records — the clip is rendered only when referenced via clip-path=.

Class Method Summary collapse

Class Method Details

.call(_element, _context) ⇒ Object



10
11
12
# File 'lib/emfsvg/translation/handlers/clip_path_handler.rb', line 10

def self.call(_element, _context)
  # Intentional no-op.
end