mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -05:00
Merge remote branch 'origin/master'
This commit is contained in:
commit
831159147f
1 changed files with 8 additions and 7 deletions
|
@ -23,13 +23,14 @@ var PathStyle = this.PathStyle = Base.extend(new function() {
|
|||
// 'strokeCap', 'strokeJoin', 'miterLimit', 'dashOffset','dashArray',
|
||||
// 'strokeOverprint', 'fillColor', 'fillOverprint'],
|
||||
var keys = ['strokeColor', 'strokeWidth', 'strokeCap', 'strokeJoin',
|
||||
'miterLimit', 'dashOffset','dashArray', 'fillColor'],
|
||||
strokeFlags = {
|
||||
strokeWidth: true,
|
||||
strokeCap: true,
|
||||
strokeJoin: true,
|
||||
miterLimit: true
|
||||
};
|
||||
'miterLimit', 'dashOffset','dashArray', 'fillColor'];
|
||||
|
||||
var strokeFlags = {
|
||||
strokeWidth: true,
|
||||
strokeCap: true,
|
||||
strokeJoin: true,
|
||||
miterLimit: true
|
||||
};
|
||||
|
||||
var fields = {
|
||||
beans: true,
|
||||
|
|
Loading…
Reference in a new issue