mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
More SVG refactoring: Fix comments, documentation, and for-in loops.
This commit is contained in:
parent
88dff19f73
commit
80315e3e52
12 changed files with 126 additions and 130 deletions
|
@ -11,7 +11,7 @@
|
|||
// strokeWidth: 2,
|
||||
// strokeCap: 'round'
|
||||
};
|
||||
ImportSvg.import(document.getElementById('svg'));
|
||||
ImportSvg.importSvg(document.getElementById('svg'));
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue