mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Implement new private Format object that handles formatting of number, point, size and rectangle.
This commit is contained in:
parent
e392496f9d
commit
9d8cddbe42
12 changed files with 74 additions and 51 deletions
|
@ -21,6 +21,7 @@ __dirname = path.resolve(__dirname, '../src/');
|
|||
var context = vm.createContext({
|
||||
options: {
|
||||
server: true,
|
||||
svg: true,
|
||||
parser: 'acorn',
|
||||
version: 'dev'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue