diff options
Diffstat (limited to 'dist/svg.js')
-rwxr-xr-x | dist/svg.js | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/dist/svg.js b/dist/svg.js index db682d5..da5a21e 100755 --- a/dist/svg.js +++ b/dist/svg.js @@ -6,7 +6,7 @@ * @copyright Wout Fierens <wout@impinc.co.uk> * @license MIT * -* BUILT: Sun Jul 20 2014 09:19:22 GMT+0200 (CEST) +* BUILT: Tue Jul 22 2014 13:34:24 GMT+0200 (CEST) */ ;(function() { @@ -243,29 +243,6 @@ SVG.defaults = { , 'font-family': 'Helvetica, Arial, sans-serif' , 'text-anchor': 'start' } - - // Transforms -, trans: { - /* translate */ - x: 0 - , y: 0 - /* scale */ - , scaleX: 1 - , scaleY: 1 - /* rotate */ - , rotation: 0 - /* skew */ - , skewX: 0 - , skewY: 0 - /* matrix */ - , matrix: this.matrix - , a: 1 - , b: 0 - , c: 0 - , d: 1 - , e: 0 - , f: 0 - } } // Module for color convertions |