Start merging fat-line clipping code into Curve class.

And add a prepro option for now.
This commit is contained in:
Jürg Lehni 2013-05-24 22:30:13 -07:00
parent 7f00ef8f05
commit 502c76dbce
4 changed files with 444 additions and 56 deletions
src/node

View file

@ -20,11 +20,12 @@ var fs = require('fs'),
json = require('../../package.json');
var options = {
server: true,
svg: true,
parser: 'acorn',
// Use 'dev' for on-the fly compilation of separate files ,but update after.
version: 'dev'
version: 'dev',
server: true,
svg: true,
fatline: false
};
// Create a document and a window using jsdom, e.g. for exportSVG()