mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Tools Examples: no need to set the document anymore.
This commit is contained in:
parent
24e93bcaf5
commit
4e0bf98035
8 changed files with 0 additions and 11 deletions
|
@ -37,7 +37,6 @@
|
|||
path = null;
|
||||
}
|
||||
});
|
||||
tool.document = doc;
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
path.arcTo(event.point, true);
|
||||
}
|
||||
});
|
||||
tool.document = doc;
|
||||
tool.minDistance = 30;
|
||||
}
|
||||
</script>
|
||||
|
|
|
@ -84,8 +84,6 @@
|
|||
}
|
||||
}
|
||||
});
|
||||
|
||||
tool.document = doc;
|
||||
tool.maxDistance = 20;
|
||||
}
|
||||
</script>
|
||||
|
|
|
@ -91,10 +91,7 @@
|
|||
path.insert(0, strokePoint);
|
||||
}
|
||||
}
|
||||
|
||||
tool.document = doc;
|
||||
tool.fixedDistance = 80;
|
||||
// tool.minDistance = values.minDistance;
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
}
|
||||
}
|
||||
});
|
||||
tool.document = doc;
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
|
|
@ -53,7 +53,6 @@
|
|||
}
|
||||
}
|
||||
});
|
||||
tool.document = doc;
|
||||
tool.fixedDistance = 30;
|
||||
}
|
||||
</script>
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
mul *= -1;
|
||||
}
|
||||
});
|
||||
tool.document = doc;
|
||||
tool.fixedDistance = 10;
|
||||
}
|
||||
</script>
|
||||
|
|
|
@ -87,7 +87,6 @@
|
|||
worm.smooth();
|
||||
}
|
||||
});
|
||||
tool.document = doc;
|
||||
tool.fixedDistance = 3;
|
||||
tool.minDistance = values.minDistance;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue