Class: Emfsvg::Translation::Handlers::DefsHandler

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

Overview

contains reusable resources (clipPath, pattern, image) that are referenced by id from elsewhere in the document. The contents must NOT be emitted as drawing records — they are rendered only when referenced.

Class Method Summary collapse

Class Method Details

.call(_element, _context) ⇒ Object



11
12
13
# File 'lib/emfsvg/translation/handlers/defs_handler.rb', line 11

def self.call(_element, _context)
  # Intentional no-op: do not descend into <defs> children.
end