module SvgPathify

Public Class Methods

convert(svg_xml) click to toggle source
# File lib/svg_pathify.rb, line 12
def convert svg_xml
  Converter.new(svg_xml).output
end