Top Level Namespace
Defined Under Namespace
Constant Summary collapse
- SVG =
SVG-domain facade installed by
require "sevgi". Sevgi::SVG
Instance Method Summary collapse
-
#SVG(document = :default, canvas = Undefined, **attributes) { ... } ⇒ Sevgi::Graphics::Document::Proto
Builds an SVG document through the default top-level DSL entrypoint.
Instance Method Details
#SVG(document = :default, canvas = Undefined, **attributes) { ... } ⇒ Sevgi::Graphics::Document::Proto
33 |
# File 'lib/sevgi.rb', line 33 def SVG(...) = Sevgi.SVG(...) |