Decreased default morphPrecision from 25 to 15 for better visual.

This commit is contained in:
thednp 2016-09-18 01:07:15 +03:00
parent f631185602
commit ed9f814594
3 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@
S.pCr = function(w){ // pathCross
// path tween options
this._mpr = w._ops.morphPrecision || 25;
this._mpr = w._ops.morphPrecision || 15;
this._midx = w._ops.morphIndex;
this._smi = w._ops.showMorphInfo;
this._rv1 = w._ops.reverseFirstPath;

File diff suppressed because one or more lines are too long

View file

@ -58,7 +58,7 @@
S.pCr = function(w){ // pathCross
// path tween options
this._mpr = w._ops.morphPrecision || 25;
this._mpr = w._ops.morphPrecision || 15;
this._midx = w._ops.morphIndex;
this._smi = w._ops.showMorphInfo;
this._rv1 = w._ops.reverseFirstPath;