Skip to content

Commit

Permalink
build 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
06wj committed Oct 17, 2018
1 parent 4fa1446 commit ebffc5e
Show file tree
Hide file tree
Showing 390 changed files with 641 additions and 560 deletions.
85 changes: 47 additions & 38 deletions build/amd/hilo-amd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -192,7 +192,7 @@ return browser;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -229,7 +229,7 @@ return util;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -257,7 +257,7 @@ var Hilo = {
* Hilo version
* @type String
*/
version: '1.2.0',
version: '1.3.0',
/**
* @language=en
* Gets a globally unique id. Such as Stage1, Bitmap2 etc.
Expand Down Expand Up @@ -565,7 +565,7 @@ return Hilo;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -748,7 +748,7 @@ return Class;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -972,7 +972,7 @@ return Matrix;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -1125,7 +1125,7 @@ return EventMixin;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -1206,7 +1206,7 @@ return Drawable;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -1300,7 +1300,7 @@ return Renderer;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -1511,7 +1511,7 @@ return CanvasRenderer;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -1693,7 +1693,7 @@ return DOMRenderer;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -2270,7 +2270,7 @@ return WebGLRenderer;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -2767,7 +2767,7 @@ return View;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -2833,7 +2833,7 @@ return CacheMixin;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -3207,7 +3207,7 @@ return Container;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -3474,7 +3474,7 @@ return Stage;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -3552,7 +3552,7 @@ return Bitmap;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -3823,7 +3823,7 @@ return Sprite;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -3938,7 +3938,7 @@ return DOMElement;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -4022,6 +4022,15 @@ return Class.create(/** @lends Graphics.prototype */{
return me;
},

/**
* 设置虚线样式
* @param {Number[]} segments 一组描述交替绘制线段和间距(坐标空间单位)长度的数字
* @see https://developer.mozilla.org/zh-CN/docs/Web/API/CanvasRenderingContext2D/setLineDash
*/
setLineDash: function(segments){
return this._addAction(['setLineDash', segments]);
},

/**
* @language=en
* Set how to fill shapes and the transparency.
Expand Down Expand Up @@ -4491,7 +4500,7 @@ return Graphics;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -4744,7 +4753,7 @@ return Text;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -4928,7 +4937,7 @@ return BitmapText;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -5107,7 +5116,7 @@ return Button;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -5344,7 +5353,7 @@ return TextureAtlas;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -5573,7 +5582,7 @@ return Ticker;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -5621,7 +5630,7 @@ if (!fnProto.bind) {

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -5760,7 +5769,7 @@ return drag;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -6210,7 +6219,7 @@ return Tween;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -6482,7 +6491,7 @@ return Ease;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -6530,7 +6539,7 @@ return ImageLoader;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -6597,7 +6606,7 @@ return ScriptLoader;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -6847,7 +6856,7 @@ return LoadQueue;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -7050,7 +7059,7 @@ return HTMLAudio;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -7367,7 +7376,7 @@ return WebAudio;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -7470,7 +7479,7 @@ return WebSound;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -7563,7 +7572,7 @@ return Camera;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -7750,7 +7759,7 @@ return Camera3d;

});
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down
8 changes: 4 additions & 4 deletions build/amd/hilo-amd.min.js

Large diffs are not rendered by default.

Binary file modified build/amd/hilo-amd.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion build/amd/hilo/core/Class.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion build/amd/hilo/core/Class.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/amd/hilo/core/Hilo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Hilo 1.2.0 for amd
* Hilo 1.3.0 for amd
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -27,7 +27,7 @@ var Hilo = {
* Hilo version
* @type String
*/
version: '1.2.0',
version: '1.3.0',
/**
* @language=en
* Gets a globally unique id. Such as Stage1, Bitmap2 etc.
Expand Down
4 changes: 2 additions & 2 deletions build/amd/hilo/core/Hilo.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ebffc5e

Please sign in to comment.