mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-06-03 08:43:50 -04:00
Replace removed 'hidden' property with 'visible'.
This commit is contained in:
parent
2dcb09a662
commit
b52abbfbc1
2 changed files with 2 additions and 2 deletions
examples/Scripts
|
@ -12,7 +12,7 @@
|
|||
var colSize = raster.size / size * 1.5;
|
||||
var fullSize = size * colSize;
|
||||
|
||||
raster.hidden = true;
|
||||
raster.visible = false;
|
||||
raster.size = size;
|
||||
for (var x = 0; x < size.width; x++) {
|
||||
for (var y = 0; y < size.height; y++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue