mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Rename ImportSvg to SvgImporter, and ExportSvg to SvgExporter.
This commit is contained in:
parent
ab02023adf
commit
1ce332756e
24 changed files with 80 additions and 80 deletions
|
@ -11,7 +11,7 @@
|
|||
// strokeWidth: 2,
|
||||
// strokeCap: 'round'
|
||||
};
|
||||
ImportSvg.importSvg(document.getElementById('svg'));
|
||||
SvgImporter.importSvg(document.getElementById('svg'));
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue