🚧 Work on sampling
This commit is contained in:
parent
15f947a399
commit
513e29dac6
2 changed files with 48 additions and 40 deletions
|
@ -157,7 +157,7 @@ Path.prototype.boundary = function() {
|
|||
/** Returns a deep copy of this */
|
||||
Path.prototype.clone = function() {
|
||||
let clone = new Path();
|
||||
clone.render = this.render = true;
|
||||
clone.render = this.render;
|
||||
if (this.topLeft) clone.topLeft = this.topLeft.clone();
|
||||
else clone.topLeft = false;
|
||||
if (this.bottomRight) clone.bottomRight = this.bottomRight.clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue