Rename ImportSvg to SvgImporter, and ExportSvg to SvgExporter.

This commit is contained in:
Jürg Lehni 2012-11-02 17:40:07 -07:00
parent ab02023adf
commit 1ce332756e
24 changed files with 80 additions and 80 deletions

View file

@ -11,7 +11,7 @@
// strokeWidth: 2,
// strokeCap: 'round'
};
ImportSvg.importSvg(document.getElementById('svg'));
SvgImporter.importSvg(document.getElementById('svg'));
</script>
</head>
<body>