aboutsummaryrefslogtreecommitdiffstats
path: root/src/default.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/default.js')
-rwxr-xr-xsrc/default.js23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/default.js b/src/default.js
index 0c9ba33..eb3d504 100755
--- a/src/default.js
+++ b/src/default.js
@@ -32,28 +32,5 @@ 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
- }
} \ No newline at end of file