# DSL Module Reference

The Victor::DSL module is a thin wrapper around Victor::SVG that provides access to the SVG object, and direct access to several of its methods.

Method Description
#svg Returns a Victor::SVG instance
#setup Delegated to Victor::SVG#setup
#build Delegated to Victor::SVG#build
#save Delegated to Victor::SVG#save
#render Delegated to Victor::SVG#render
#append Delegated to Victor::SVG#append
#element Delegated to Victor::SVG#element
#tag Delegated to Victor::SVG#tag
#css Delegated to Victor::SVG#css

For more information and example, see Ways to Use Victor DSL.