mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Implement Shape#contains() and define unit tests for it.
This commit is contained in:
parent
2793709935
commit
4b24690207
4 changed files with 21 additions and 6 deletions
|
@ -123,7 +123,6 @@ test('Gray Color', function() {
|
|||
compareNumbers(color.blue, 1, 'color.blue');
|
||||
|
||||
color.red = 0.5;
|
||||
console.log(color + '');
|
||||
compareNumbers(color.gray, 0.85045, 'color.gray');
|
||||
|
||||
color.green = 0.2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue