mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Fix Item#strokeBounds with #strokeScaling and #applyMatrix
Closes #1014
This commit is contained in:
parent
be79a0e504
commit
948a8af9a8
5 changed files with 111 additions and 40 deletions
|
@ -339,7 +339,8 @@ test('Path#interpolate', function() {
|
|||
equals(path, halfway);
|
||||
});
|
||||
|
||||
QUnit.module('Path Curves');
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Path Curves
|
||||
|
||||
test('path.curves synchronisation', function() {
|
||||
var path = new Path();
|
||||
|
@ -515,7 +516,8 @@ test('Splitting a path with one curve in the middle result in two paths of the s
|
|||
}, true);
|
||||
});
|
||||
|
||||
QUnit.module('Path Drawing Commands');
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Path Drawing Commands
|
||||
|
||||
test('path.lineTo(point);', function() {
|
||||
var path = new Path();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue