mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Define the default value for Color#alpha.
This commit is contained in:
parent
a678c51555
commit
5482f2e5f7
1 changed files with 1 additions and 0 deletions
|
@ -717,6 +717,7 @@ var Color = Base.extend(new function() {
|
|||
*
|
||||
* @type Number
|
||||
* @bean
|
||||
* @default 1
|
||||
*
|
||||
* @example {@paperscript}
|
||||
* // A filled path with a half transparent stroke:
|
||||
|
|
Loading…
Reference in a new issue