mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Remove use of characterStyle / paragraphStyle where not necessary.
This commit is contained in:
parent
318ed69ad2
commit
8909216cc0
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ test('PointText#clone()', function() {
|
||||||
font: 'serif',
|
font: 'serif',
|
||||||
fontSize: 20
|
fontSize: 20
|
||||||
};
|
};
|
||||||
pointText.paragraphStyle.justification = 'center';
|
pointText.justification = 'center';
|
||||||
cloneAndCompare(pointText);
|
cloneAndCompare(pointText);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue