paper.js/src/node
Jürg Lehni 32d8c969fb Clean up handling of #_set(), #set() and #initialize()
Convention:

- #_set() is for actually setting properties, e.g. on Point, Size, so that derived classes can reuse other parts (e.g. SegmentPoint)
- #set() is a shortcut to #initialize() on all basic types, to offer the same amount of flexibility when setting values.
2016-07-18 20:11:01 +02:00
..
canvas.js Loosely couple Node.js code to canvas module. 2016-07-12 19:11:09 +02:00
extend.js Clean up handling of #_set(), #set() and #initialize() 2016-07-18 20:11:01 +02:00
window.js Loosely couple Node.js code to canvas module. 2016-07-12 19:11:09 +02:00