2012-11-05 21:11:44 -05:00
|
|
|
/*
|
2013-01-28 21:03:27 -05:00
|
|
|
* Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
|
2012-11-05 21:11:44 -05:00
|
|
|
* http://paperjs.org/
|
|
|
|
*
|
2015-12-27 12:09:25 -05:00
|
|
|
* Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey
|
2014-01-03 19:47:16 -05:00
|
|
|
* http://scratchdisk.com/ & http://jonathanpuckey.com/
|
2012-11-05 21:11:44 -05:00
|
|
|
*
|
|
|
|
* Distributed under the MIT license. See LICENSE file for details.
|
|
|
|
*
|
|
|
|
* All rights reserved.
|
|
|
|
*/
|
|
|
|
|
2014-08-16 13:18:36 -04:00
|
|
|
/*#*/ include('util/Numerical.js');
|
2016-02-26 10:31:50 -05:00
|
|
|
/*#*/ include('item/ChangeFlag.js');
|
2016-03-17 08:02:26 -04:00
|
|
|
/*#*/ include('item/ItemSelection.js');
|
2016-02-26 10:31:50 -05:00
|
|
|
/*#*/ include('path/SegmentSelection.js');
|