Module: Postsvg::Translation::Handlers
- Defined in:
- lib/postsvg/translation/handlers.rb,
lib/postsvg/translation/handlers/shared.rb,
lib/postsvg/translation/handlers/svg_handler.rb,
lib/postsvg/translation/handlers/defs_handler.rb,
lib/postsvg/translation/handlers/line_handler.rb,
lib/postsvg/translation/handlers/open_handler.rb,
lib/postsvg/translation/handlers/path_handler.rb,
lib/postsvg/translation/handlers/rect_handler.rb,
lib/postsvg/translation/handlers/text_handler.rb,
lib/postsvg/translation/handlers/group_handler.rb,
lib/postsvg/translation/handlers/image_handler.rb,
lib/postsvg/translation/handlers/circle_handler.rb,
lib/postsvg/translation/handlers/ellipse_handler.rb,
lib/postsvg/translation/handlers/polygon_handler.rb,
lib/postsvg/translation/handlers/polyline_handler.rb,
lib/postsvg/translation/handlers/clip_path_handler.rb
Overview
SVG element handler catalogue. One handler class per supported
SVG element. Each implements .call(element, context).
Defined Under Namespace
Modules: Shared Classes: CircleHandler, ClipPathHandler, DefsHandler, EllipseHandler, GroupHandler, ImageHandler, LineHandler, OpenHandler, PathHandler, PolygonHandler, PolylineHandler, RectHandler, SvgHandler, TextHandler