mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-06 19:19:39 -04:00
Start merging fat-line clipping code into Curve class.
And add a prepro option for now.
This commit is contained in:
parent
7f00ef8f05
commit
502c76dbce
4 changed files with 444 additions and 56 deletions
src/node
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue