Fix Item#strokeBounds with #strokeScaling and #applyMatrix

Closes #1014
This commit is contained in:
Jürg Lehni 2016-05-22 21:17:24 +02:00
parent be79a0e504
commit 948a8af9a8
5 changed files with 111 additions and 40 deletions

View file

@ -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();