paper.js/src/item
2011-04-28 12:33:03 +02:00
..
Group.js Move version of #getBounds() that handles children to Item, to eliminate duplicated code. 2011-04-28 10:04:36 +01:00
Item.js Item: implement getStrokeBounds, move getBounds functionality into _getBounds with an includeStroke flag. Also simplify the _getBounds code. 2011-04-28 12:33:03 +02:00
Layer.js Implement Item#get/setDocument and Document#selectedItems. 2011-04-21 15:47:00 +02:00
PathStyle.js Use _item instead of item as internal reference to PathStyle's item. 2011-03-13 18:29:59 +01:00
PlacedSymbol.js Speed up drawing of selected items. 2011-04-21 15:48:21 +02:00
Raster.js Consistently name local context variables 'ctx', to save line size and acknowledge the fact that Canvas contexts have a funny API design. 2011-04-26 15:39:16 +01:00