Jonathan Puckey
|
26f326e32d
|
Add Fitting example to scripts.
|
2011-06-19 16:45:29 +02:00 |
|
Jonathan Puckey
|
57e23950c2
|
Change image used in DivisionRaster example.
|
2011-06-19 15:18:17 +02:00 |
|
Jonathan Puckey
|
fcb7a74610
|
Clean up DivisionRaster example.
|
2011-06-19 15:01:53 +02:00 |
|
Jonathan Puckey
|
faf9b453d1
|
Clean up the PhyllotaxisRaster example and use Item#fitBounds instead of stretching the image.
|
2011-06-19 03:43:47 +02:00 |
|
Jonathan Puckey
|
a0dbf3eb45
|
Add DivisionRaster example.
|
2011-06-19 03:32:07 +02:00 |
|
Jonathan Puckey
|
d13e9bbaa1
|
Replace accidental beans access in Item#setBounds with corresponding getters.
|
2011-06-19 03:28:27 +02:00 |
|
Jonathan Puckey
|
7285d6fc85
|
Implement Item#fitBounds(rectangle, fill), which transforms the item so that its bounding rectangle fits within the specified rectangle, without changing its aspect ratio.
|
2011-06-19 03:26:51 +02:00 |
|
Jonathan Puckey
|
c5f3e98abb
|
Item: remove trailing comma.
|
2011-06-19 01:40:34 +02:00 |
|
Jonathan Puckey
|
eecebdb831
|
Item: fix problem with #children docs.
|
2011-06-18 17:40:50 +02:00 |
|
Jonathan Puckey
|
f26a9a2327
|
Item: document #dashArray & #dashOffset.
|
2011-06-17 21:04:32 +02:00 |
|
Jonathan Puckey
|
6f41aaf217
|
PathStyle: document #dashOffset & #dashArray.
|
2011-06-17 20:55:12 +02:00 |
|
Jürg Lehni
|
fe416e294d
|
Fix issue with a path not being selected when one of its segment is selected directly.
|
2011-06-17 19:00:41 +01:00 |
|
Jürg Lehni
|
ca16e43c1f
|
Implement getters / setters for #locked, #visible, #blendMode and #opacity, and call _changed() from setters.
|
2011-06-17 18:53:34 +01:00 |
|
Jürg Lehni
|
0b8b0f9a08
|
Merge branch 'master' of github.com:scriptographer/paper.js
|
2011-06-17 18:43:07 +01:00 |
|
Jürg Lehni
|
3226147e00
|
Use a version of Bootstrap that always produces beans and remove all beans: true instructions.
|
2011-06-17 18:42:29 +01:00 |
|
Jonathan Puckey
|
ded5a9aa03
|
Merge remote branch 'origin/master'
|
2011-06-17 19:41:42 +02:00 |
|
Jonathan Puckey
|
78278dd324
|
Update JsDoc.
|
2011-06-17 19:14:00 +02:00 |
|
Jürg Lehni
|
7bd571de17
|
Remove obsolete comment.
|
2011-06-17 18:09:15 +01:00 |
|
Jürg Lehni
|
b4f052a64b
|
Improve Item documentation.
|
2011-06-17 18:04:00 +01:00 |
|
Jürg Lehni
|
5d13d3a40d
|
Add from/to parameters to Item#removeChildren() and improve documentation.
|
2011-06-17 17:55:30 +01:00 |
|
Jürg Lehni
|
5bc4f69856
|
Improve documentation for Path#removeSegments().
|
2011-06-17 17:54:37 +01:00 |
|
Jürg Lehni
|
7dcdb5ca2f
|
Improve documentation for Path#removeSegments().
|
2011-06-17 17:46:42 +01:00 |
|
Jürg Lehni
|
ee0446fa4f
|
Implement #insertAbove/Below using the new #insertChild, allowing the removal of one injection scope, and rearrange function sequence for documentation.
|
2011-06-17 17:35:26 +01:00 |
|
Jonathan Puckey
|
69d7e026ba
|
Merge remote branch 'origin/master'
|
2011-06-17 18:23:16 +02:00 |
|
Jonathan Puckey
|
27eb05b631
|
Fix JsDoc submodule.
|
2011-06-17 18:23:06 +02:00 |
|
Jürg Lehni
|
5020484402
|
Merge remote-tracking branch 'origin/master'
|
2011-06-17 17:07:18 +01:00 |
|
Jonathan Puckey
|
0cf008302c
|
Merge remote branch 'origin/master'
|
2011-06-17 18:06:44 +02:00 |
|
Jonathan Puckey
|
0c6c4b999c
|
Update JsDoc.
|
2011-06-17 18:06:33 +02:00 |
|
Jürg Lehni
|
85c5e2a7eb
|
Item#insertChild(): Only remove from parent if we're actually inserting the item in the new location.
|
2011-06-17 16:56:04 +01:00 |
|
Jürg Lehni
|
6f4a9d5c7b
|
Merge branch 'master' of github.com:scriptographer/paper.js
Conflicts:
test/tests/Item.js
|
2011-06-17 16:36:58 +01:00 |
|
Jürg Lehni
|
f0664f50e6
|
Start implementing ChangeFlags.ATTRIBUTE and ChangeFlags.APPEARANCE.
|
2011-06-17 16:34:01 +01:00 |
|
Jürg Lehni
|
c4b51209f3
|
Improve named child access tests.
|
2011-06-17 16:33:25 +01:00 |
|
Jürg Lehni
|
38de43c612
|
Fix issue with #setName() introduced in recent commit.
|
2011-06-17 16:32:47 +01:00 |
|
Jonathan Puckey
|
ea9c9353e3
|
Merge branch 'master' of https://github.com/scriptographer/paper.js
|
2011-06-17 16:59:42 +02:00 |
|
Jonathan Puckey
|
e6ac8af3aa
|
Improve Item#children documentation.
|
2011-06-17 16:59:24 +02:00 |
|
Jonathan Puckey
|
6fc08c6417
|
Item: implement #addChild(item), #insertChild(index, item), #insertAbove(item) and #insertBelow(item) Deprecate: #moveAbove, #moveBelow, #appendTop, #appendBottom.
|
2011-06-17 16:58:41 +02:00 |
|
Jürg Lehni
|
503a031bdf
|
Allow CompoundPath to have named children.
|
2011-06-17 14:11:37 +01:00 |
|
Jürg Lehni
|
e2b7d4c924
|
Merge branch 'master' of github.com:scriptographer/paper.js
|
2011-06-17 14:05:51 +01:00 |
|
Jürg Lehni
|
87df7eb1f9
|
Change handling of clipping by always drawing clip-masks first, no matter where they are in the sequence.
|
2011-06-17 14:05:37 +01:00 |
|
Jürg Lehni
|
f4d15200ee
|
Remove Group#_clipped and solely use Item#_clipMask to handle clipping internally.
|
2011-06-17 13:56:02 +01:00 |
|
Jürg Lehni
|
30087d046a
|
Fix a bug where after renaming items, old name references where still laying around.
|
2011-06-17 13:29:47 +01:00 |
|
Jonathan Puckey
|
9f7b4b7480
|
Add failing test: After selecting a segment, Path#selected should return true
|
2011-06-17 14:10:10 +02:00 |
|
Jürg Lehni
|
5f48d4e4a9
|
Update JsDoc.
|
2011-06-17 11:42:09 +01:00 |
|
Jürg Lehni
|
822cf17989
|
Update library and docs to latest version.
|
2011-06-17 11:41:47 +01:00 |
|
Jürg Lehni
|
1615b50b68
|
Fix thrown Error messages.
|
2011-06-17 11:26:35 +01:00 |
|
Jürg Lehni
|
9926d3f1c4
|
Move the local sync.sh to build.
|
2011-06-16 23:59:11 +01:00 |
|
Jürg Lehni
|
630c566717
|
Fix tests for #arcTo() commands that are supposed to throw an error.
|
2011-06-16 23:58:28 +01:00 |
|
Jürg Lehni
|
6e16ab81f4
|
Fix a bug in Path#arcTo() where sometimes the arc was drawn on the wrong side when the extent was 180 degrees, thus the center point was lying on the line (from, to).
|
2011-06-16 23:50:14 +01:00 |
|
Jürg Lehni
|
169b58e550
|
Fix argument reading for PathItem#arcTo(to, clockwise).
|
2011-06-16 23:48:46 +01:00 |
|
Jürg Lehni
|
8d49d2377b
|
Fix documentation for PathItem#smooth().
|
2011-06-16 23:37:45 +01:00 |
|