diff options
author | wout <wout@impinc.co.uk> | 2014-07-31 20:31:07 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-07-31 20:31:07 +0200 |
commit | 98b3ec9d79ef31d59dc865fbc15919b44c69b576 (patch) | |
tree | e1bf9c0c6293a5122f5da9443dec7ee82ed7c4d0 /gulpfile.js | |
parent | b2ab34637b96f7bab941390f71b7aafd46ec5565 (diff) | |
download | svg.js-98b3ec9d79ef31d59dc865fbc15919b44c69b576.tar.gz svg.js-98b3ec9d79ef31d59dc865fbc15919b44c69b576.zip |
Reworked sub-pixel offset fix
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index d0d802b..d848ddb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -57,7 +57,6 @@ var parts = [ , 'src/gradient.js'
, 'src/pattern.js'
, 'src/doc.js'
-, 'src/spof.js'
, 'src/shape.js'
, 'src/symbol.js'
, 'src/use.js'
|