Jürg Lehni
|
5b574877e9
|
Make PaperScript math operator methods 'hidden' and use aliases to visible methods.
Avoids Path#add() being misinterpreted as an operator, and console.log(path + ' hi'); causing weird issues.
|
2013-06-28 05:15:49 -07:00 |
|
Jürg Lehni
|
5e7209a7bb
|
Clean up math function injection in Point and Size.
|
2013-06-28 04:58:57 -07:00 |
|
Jürg Lehni
|
3a1fa3171b
|
Fix Path Intersections example.
|
2013-06-27 23:26:26 -07:00 |
|
Jürg Lehni
|
6833e9d8e0
|
Fix {@default 0.5} values in documentation.
|
2013-06-27 18:15:10 -07:00 |
|
Jürg Lehni
|
fdfb7abe58
|
Update exportSVG() documentation.
|
2013-06-27 18:14:51 -07:00 |
|
Jürg Lehni
|
8e153beb36
|
Implement exportSVG() options parameter.
Supporting asString and precision so far.
|
2013-06-27 18:14:35 -07:00 |
|
Jürg Lehni
|
09f04a597f
|
Write documentation for Shape constructors.
|
2013-06-27 18:04:02 -07:00 |
|
Jürg Lehni
|
41746d2d25
|
Docs: Write documentation for #import/export JSON/SVG, for both Item and Project.
|
2013-06-27 18:03:49 -07:00 |
|
Jürg Lehni
|
e63edba0b5
|
Clean up various documentations a bit.
|
2013-06-27 18:03:03 -07:00 |
|
Jürg Lehni
|
e54995878b
|
Update JSDoc.
|
2013-06-27 18:02:33 -07:00 |
|
Jürg Lehni
|
7ade053dea
|
Move Path.Circle constructor above Path.Rectangle.
|
2013-06-27 17:54:00 -07:00 |
|
Jürg Lehni
|
0bf19d02bd
|
Add asString parameter to exportSVG() methods.
|
2013-06-27 17:43:24 -07:00 |
|
Jürg Lehni
|
f9925a71ea
|
Improve documentation for Path#split(), Curve#divide() and Curve#split().
Closes #189.
|
2013-06-27 17:18:57 -07:00 |
|
Jürg Lehni
|
9f5b543ab5
|
Fix getCurveAt() signature.
|
2013-06-27 17:13:00 -07:00 |
|
Jürg Lehni
|
38db18c2e1
|
Remove isParameter from Curve.evaluate()
|
2013-06-27 17:12:35 -07:00 |
|
Jürg Lehni
|
c123468d7a
|
Clean up Path#join() code.
|
2013-06-27 16:06:24 -07:00 |
|
Jürg Lehni
|
0c9914285f
|
Return Raster#size as a LinkedSize.
|
2013-06-27 16:06:11 -07:00 |
|
Jürg Lehni
|
9311b38894
|
Define Shape#size and #radius.
|
2013-06-27 16:05:44 -07:00 |
|
Jürg Lehni
|
2b236a3da8
|
In Path#join, add first segment of second path again at the end after joining, if it was closed.
Closes #249.
|
2013-06-27 15:43:26 -07:00 |
|
Jürg Lehni
|
0717b33713
|
Improve README a bit more.
|
2013-06-27 14:57:02 -07:00 |
|
Jürg Lehni
|
df7fb7816e
|
Update the README with installation instructions through package managers.
|
2013-06-27 14:53:54 -07:00 |
|
Jürg Lehni
|
24f6bbd7cf
|
Exclude Node.js version of the library on Bower.
|
2013-06-27 14:53:34 -07:00 |
|
Jürg Lehni
|
fdfdf96357
|
Make load.sh work for Node.js too
|
2013-06-27 14:41:25 -07:00 |
|
Jürg Lehni
|
041586fa01
|
Bump version to v0.9.7
|
2013-06-27 14:31:42 -07:00 |
|
Jürg Lehni
|
899ec1d360
|
Make built version of paper.js for node work and work towards using that in NPM.
|
2013-06-27 14:31:03 -07:00 |
|
Jürg Lehni
|
5245a30930
|
Improve PaperScript extension code for Node.js
|
2013-06-27 13:52:30 -07:00 |
|
Jürg Lehni
|
4f5dac8567
|
Improved PrePro to be able to dynamically load Node.js code too, and improve load.js to handle both environments.
Also moved PaperScript .pjs extension code to PaperScript, and DOM related Node.js code to dom/node.js
|
2013-06-27 13:49:04 -07:00 |
|
Jürg Lehni
|
94ce1f1312
|
Fix include statements.
They're not to be indented.
|
2013-06-27 04:46:20 -07:00 |
|
Jürg Lehni
|
c93b86f013
|
Use dist/paper.js as default now.
|
2013-06-27 04:34:34 -07:00 |
|
Jürg Lehni
|
e38fb6e64d
|
Update build instructions.
|
2013-06-27 04:31:07 -07:00 |
|
Jürg Lehni
|
77c27f8a36
|
Switch to using dependencies as bower components.
|
2013-06-27 04:21:06 -07:00 |
|
Jürg Lehni
|
f572ad9c0a
|
Improve handling of Stats.
Don't bail out if the library is not loaded.
|
2013-06-27 04:11:50 -07:00 |
|
Jürg Lehni
|
37f0c7dcd6
|
Add missing Key class to exports.
|
2013-06-27 03:58:14 -07:00 |
|
Jürg Lehni
|
2a64806d88
|
Include library dependencies in bower.json
|
2013-06-27 03:52:06 -07:00 |
|
Jürg Lehni
|
25cce566fa
|
Do not exclude main built library.
|
2013-06-27 03:34:16 -07:00 |
|
Jürg Lehni
|
5977e81422
|
Update built versions.
|
2013-06-27 03:29:28 -07:00 |
|
Jürg Lehni
|
4398029455
|
Fix comments about dist/paper.js as symbolic links.
|
2013-06-27 03:21:56 -07:00 |
|
Jürg Lehni
|
9ac34d44e1
|
Update build and load script to not create symbolic links.
|
2013-06-27 03:20:45 -07:00 |
|
Jürg Lehni
|
2845313dfd
|
Update publish script.
|
2013-06-27 03:09:37 -07:00 |
|
Jürg Lehni
|
1a78bfed78
|
Bump version to v0.9.6
|
2013-06-27 03:08:33 -07:00 |
|
Jürg Lehni
|
a3ae977ba0
|
Fix various issues in bower.json
|
2013-06-27 03:02:40 -07:00 |
|
Jürg Lehni
|
f077e388a1
|
Include a json file for Bower.
|
2013-06-27 02:57:58 -07:00 |
|
Jürg Lehni
|
24b4c931b5
|
Update publish script.
|
2013-06-27 00:35:54 -07:00 |
|
Jürg Lehni
|
3078d127a9
|
Update version to v0.9.5.
|
2013-06-26 19:42:24 -07:00 |
|
Jürg Lehni
|
9bb6ec9ed7
|
Update build scripts to new approach for publishing.
|
2013-06-26 19:42:04 -07:00 |
|
Jürg Lehni
|
44cd3d4ad8
|
Change names of built library to paper-full.js, and have dist/paper.js link to it after build.sh was run.
|
2013-06-26 19:22:38 -07:00 |
|
Jürg Lehni
|
214db84b84
|
Improve src/load.js to directly load the library through PrePro's load.js
|
2013-06-26 19:14:54 -07:00 |
|
Jürg Lehni
|
4e173a7d35
|
Switch to the NPM version of PrePro's load.js
|
2013-06-26 18:57:46 -07:00 |
|
Jürg Lehni
|
b5b269fd8f
|
Switch to NPM based PrePro and update README.MD accordingly.
|
2013-06-26 18:04:56 -07:00 |
|
Jürg Lehni
|
a908556956
|
Fix blend mode detection syntax.
|
2013-06-26 15:05:43 -07:00 |
|