Class: Emfsvg::Translation::Handlers::CircleHandler

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

Overview

is normalized to before reaching the handler — it dispatches to EllipseHandler.

Class Method Summary collapse

Class Method Details

.call(element, context) ⇒ Object



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

def self.call(element, context)
  EllipseHandler.call(element.to_ellipse, context)
end