mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 06:00:56 -05:00
Update dist version of library and docs.
This commit is contained in:
parent
ee9c7e17b6
commit
cb0eab92b9
4 changed files with 88 additions and 86 deletions
8
dist/docs/classes/Tool.html
vendored
8
dist/docs/classes/Tool.html
vendored
|
@ -262,7 +262,7 @@ about the mouse event.</p>
|
|||
|
||||
<ul><b>Type:</b>
|
||||
<li>
|
||||
<tt>function</tt>
|
||||
<tt>Function</tt>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -315,7 +315,7 @@ move by setting the <a href="../classes/Tool.html#eventinterval" onclick="return
|
|||
|
||||
<ul><b>Type:</b>
|
||||
<li>
|
||||
<tt>function</tt>
|
||||
<tt>Function</tt>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -368,7 +368,7 @@ about the mouse event.</p>
|
|||
|
||||
<ul><b>Type:</b>
|
||||
<li>
|
||||
<tt>function</tt>
|
||||
<tt>Function</tt>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -422,7 +422,7 @@ mouse event.</p>
|
|||
|
||||
<ul><b>Type:</b>
|
||||
<li>
|
||||
<tt>function</tt>
|
||||
<tt>Function</tt>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
8
dist/docs/classes/View.html
vendored
8
dist/docs/classes/View.html
vendored
|
@ -17,9 +17,9 @@
|
|||
<h1>View</h1>
|
||||
|
||||
<p>The View object wraps a canvas element and handles drawing and user
|
||||
interaction trhough mouse and keyboard for it. It offer means to scroll the
|
||||
interaction through mouse and keyboard for it. It offer means to scroll the
|
||||
view, find the currently visible bounds in project coordinates, or the
|
||||
center, both useful fo constructing artwork that should appear centered on
|
||||
center, both useful for constructing artwork that should appear centered on
|
||||
screen.</p>
|
||||
|
||||
</div>
|
||||
|
@ -295,7 +295,7 @@ event.</p>
|
|||
|
||||
<ul><b>Type:</b>
|
||||
<li>
|
||||
<tt>function</tt>
|
||||
<tt>Function</tt>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -347,7 +347,7 @@ function onFrame(event) {
|
|||
|
||||
<ul><b>Type:</b>
|
||||
<li>
|
||||
<tt>function</tt>
|
||||
<tt>Function</tt>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
79
dist/docs/resources/js/paper.js
vendored
79
dist/docs/resources/js/paper.js
vendored
File diff suppressed because one or more lines are too long
79
dist/paper.js
vendored
79
dist/paper.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue