class Phlex::HTML

def svg(...)

def svg(...)
	super do
		render Phlex::SVG.new do |svg|
			yield(svg)
		end
	end
end