mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 07:19:57 -05:00
Remove todo.
This commit is contained in:
parent
08f3ac197b
commit
469f72d36f
1 changed files with 0 additions and 2 deletions
|
@ -519,8 +519,6 @@ var Path = this.Path = PathItem.extend({
|
|||
ctx.beginPath();
|
||||
ctx.rect(point._x - 2, point._y - 2, 4, 4);
|
||||
ctx.fill();
|
||||
// TODO: Only draw white rectangle if point.isSelected()
|
||||
// is false:
|
||||
if (!pointSelected) {
|
||||
ctx.beginPath();
|
||||
ctx.rect(point._x - 1, point._y - 1, 2, 2);
|
||||
|
|
Loading…
Reference in a new issue