mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -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) {
|
function exportShape(item) {
|
||||||
var shape = item._shape,
|
var shape = item._shape,
|
||||||
center = item.getPosition(true),
|
|
||||||
radius = item._radius,
|
radius = item._radius,
|
||||||
attrs = getTransform(item, true, shape !== 'rectangle');
|
attrs = getTransform(item, true, shape !== 'rectangle');
|
||||||
if (shape === 'rectangle') {
|
if (shape === 'rectangle') {
|
||||||
|
|
Loading…
Reference in a new issue