mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Include issue number forgotten in previous commit.
This commit is contained in:
parent
b59baeb9aa
commit
41f7e58ca9
1 changed files with 1 additions and 1 deletions
|
@ -752,7 +752,7 @@ test('hit-testing for all items', function() {
|
||||||
}, true);
|
}, true);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('hit-testing shapes with strokes and rounded corners (#???)', function() {
|
test('hit-testing shapes with strokes and rounded corners (#1207)', function() {
|
||||||
var rect = new Shape.Rectangle({
|
var rect = new Shape.Rectangle({
|
||||||
size: [300, 180],
|
size: [300, 180],
|
||||||
strokeWidth: 30,
|
strokeWidth: 30,
|
||||||
|
|
Loading…
Reference in a new issue