8 lines
408 B
JavaScript
8 lines
408 B
JavaScript
shadow$provide.module$node_modules$pixi_DOT_js$lib$scene$graphics$shared$svg$parseSVGFloatAttribute = function(global, require, module, exports) {
|
|
exports.parseSVGFloatAttribute = function(svg, id, defaultValue) {
|
|
return (svg = svg.getAttribute(id)) ? Number(svg) : defaultValue;
|
|
};
|
|
};
|
|
|
|
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$scene$graphics$shared$svg$parseSVGFloatAttribute.js.map
|