mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 05:42:07 -05:00
PathStyle documentation: rename Document to Project.
This commit is contained in:
parent
548a2983fb
commit
c3246a969c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ var PathStyle = this.PathStyle = Base.extend(new function() {
|
||||||
*
|
*
|
||||||
* @class PathStyle is used for changing the visual styles of items
|
* @class PathStyle is used for changing the visual styles of items
|
||||||
* contained within a Paper.js project and is returned by
|
* contained within a Paper.js project and is returned by
|
||||||
* {@link Item#style} and {@link Document#currentStyle}.
|
* {@link Item#style} and {@link Project#currentStyle}.
|
||||||
*
|
*
|
||||||
* All properties of PathStyle are also reflected directly in {@link Item},
|
* All properties of PathStyle are also reflected directly in {@link Item},
|
||||||
* i.e.: {@link Item#fillColor}.
|
* i.e.: {@link Item#fillColor}.
|
||||||
|
|
Loading…
Reference in a new issue