2013-01-28 21:03:27 -05:00
|
|
|
/*
|
|
|
|
* Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
|
|
|
|
* http://paperjs.org/
|
|
|
|
*
|
|
|
|
* Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
|
|
|
|
* http://lehni.org/ & http://jonathanpuckey.com/
|
|
|
|
*
|
|
|
|
* Distributed under the MIT license. See LICENSE file for details.
|
|
|
|
*
|
|
|
|
* All rights reserved.
|
|
|
|
*/
|
|
|
|
|
2011-07-27 17:00:31 -04:00
|
|
|
/*#*/ include('Point.js');
|
|
|
|
/*#*/ include('Size.js');
|
|
|
|
/*#*/ include('Rectangle.js');
|
2013-02-08 22:38:32 -05:00
|
|
|
/*#*/ include('Matrix.js');
|
2011-07-27 17:00:31 -04:00
|
|
|
|
|
|
|
/*#*/ include('Color.js');
|
|
|
|
|
|
|
|
/*#*/ include('Project.js');
|
|
|
|
|
|
|
|
/*#*/ include('Item.js');
|
|
|
|
/*#*/ include('Item_Cloning.js');
|
|
|
|
/*#*/ include('Item_Order.js');
|
2011-11-28 16:59:34 -05:00
|
|
|
/*#*/ include('Item_Bounds.js');
|
2011-07-27 17:00:31 -04:00
|
|
|
|
|
|
|
/*#*/ include('Layer.js');
|
|
|
|
/*#*/ include('Group.js');
|
|
|
|
/*#*/ include('Segment.js');
|
|
|
|
|
|
|
|
/*#*/ include('Path.js');
|
|
|
|
/*#*/ include('PathStyle.js');
|
|
|
|
/*#*/ include('Path_Shapes.js');
|
|
|
|
/*#*/ include('Path_Drawing_Commands.js');
|
|
|
|
/*#*/ include('Path_Curves.js');
|
|
|
|
/*#*/ include('Path_Bounds.js');
|
|
|
|
/*#*/ include('Path_Length.js');
|
|
|
|
/*#*/ include('CompoundPath.js');
|
|
|
|
|
|
|
|
/*#*/ include('PlacedSymbol.js');
|
|
|
|
|
|
|
|
/*#*/ include('HitResult.js');
|
2012-09-30 18:01:08 -04:00
|
|
|
|
2012-11-06 16:07:18 -05:00
|
|
|
/*#*/ include('SvgImport.js');
|
|
|
|
/*#*/ include('SvgExport.js');
|
2013-03-17 09:50:51 -04:00
|
|
|
/*#*/ include('JSON.js');
|