Pablo

Pablo.make(elementName)

Returns a native SVG element with the supplied name.

var myelement = Pablo.make('path');
alert(Pablo.isElement(myelement)); // true
Painting is just another way of keeping a diary.
Pablo Picasso