All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.assets.rjzjh.zrender.svg.core.js Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
define(function (require) {
	
	var svgURI = "http://www.w3.org/2000/svg";
	
	return {
		createElement: function (name) {
			return document.createElementNS(svgURI, name);
		}
	};
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy