mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Remove unused variable center.
This commit is contained in:
parent
6335393541
commit
dec7efc939
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@ new function() {
|
|||
|
||||
function exportShape(item) {
|
||||
var shape = item._shape,
|
||||
center = item.getPosition(true),
|
||||
radius = item._radius,
|
||||
attrs = getTransform(item, true, shape !== 'rectangle');
|
||||
if (shape === 'rectangle') {
|
||||
|
|
Loading…
Reference in a new issue