kangax
|
77434e6086
|
Add docs on originX/originY and setCoords
|
2014-12-07 12:56:57 +01:00 |
|
Andrea Bogazzi
|
1bc4d02569
|
Update object_geometry.mixin.js
|
2014-11-28 12:20:35 +01:00 |
|
Andrea Bogazzi
|
f4385b2de9
|
Fix line accuray issue, remove some duplicate code, do not force width = 1 on 0. Fix object render method to render 0-dimensions lines
Check how this version could behave in general rendering.
|
2014-11-20 22:34:47 +01:00 |
|
Juriy Zaytsev
|
3251048327
|
Merge pull request #1691 from vamo89/setCoordsBug
Fix setCoords for negative width and/or height
|
2014-10-30 15:22:58 +01:00 |
|
kangax
|
0c41880e97
|
Add maximumLineLength restriction of 120 chars and space after comma
|
2014-09-22 20:40:39 +02:00 |
|
Victor Oliveira
|
4a51211df9
|
Fix setCoords for negative width and/or height
Change-Id: I8ddb8ad49325e593bff15396f76623351e2c5de4
|
2014-09-22 11:12:22 -03:00 |
|
Stefan Kienzle
|
6b5f049bb0
|
JSDoc + JSCS tweaks - Part 2
|
2014-07-18 11:16:23 +02:00 |
|
Tom French
|
9bbb4911c9
|
Brace style and JSHint
|
2014-07-11 18:29:17 +01:00 |
|
Tom French
|
154b1cf5a3
|
Fix controls for scaled lines
|
2014-07-11 13:12:38 +01:00 |
|
Tom French
|
1434daac47
|
Fix controls for lines without caps
|
2014-07-11 13:12:13 +01:00 |
|
Tom French
|
009c5389bf
|
JSHint, restoring .gitignore
|
2014-05-31 18:08:33 +01:00 |
|
Tom French
|
0d8db88e71
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
.gitignore
dist/fabric.js
dist/fabric.require.js
src/brushes/circle_brush.class.js
src/canvas.class.js
src/mixins/canvas_events.mixin.js
src/mixins/object_geometry.mixin.js
src/mixins/object_interactivity.mixin.js
src/shapes/group.class.js
src/shapes/image.class.js
src/shapes/object.class.js
src/shapes/path_group.class.js
src/shapes/text.class.js
|
2014-05-31 17:29:55 +01:00 |
|
kangax
|
0eed619d98
|
Make isContainedWithinObject check for equality as well. Closes #1177
|
2014-02-18 17:07:37 -05:00 |
|
kangax
|
d2f6a9033e
|
Add JSCS validation & change bunch of things for conformance. Down to 333 failures from ~1000.
|
2014-02-16 16:36:14 -05:00 |
|
Tom French
|
3cc191bdfb
|
Fixed control and group selection rendering
|
2013-12-06 13:40:17 +00:00 |
|
Tom French
|
ce4809d1e8
|
Merge branch 'master' of https://github.com/kangax/fabric.js
Conflicts:
dist/all.js
dist/all.require.js
src/brushes/circle_brush.class.js
src/brushes/spray_brush.class.js
src/canvas.class.js
src/mixins/canvas_events.mixin.js
src/mixins/object_interactivity.mixin.js
src/shapes/group.class.js
src/shapes/image.class.js
src/shapes/object.class.js
src/util/misc.js
|
2013-12-05 19:45:39 +00:00 |
|
Tom French
|
88b589b3d6
|
Implement zoom for brushes, various zoom fixes, remove canvasBorder.
|
2013-11-08 15:54:55 +00:00 |
|
Tom French
|
328f14f388
|
Add zoom
|
2013-10-31 17:36:18 +00:00 |
|
kangax
|
e34fb6a256
|
More specific documentation
|
2013-10-25 09:05:39 +02:00 |
|
kangax
|
c827c92aad
|
Add oCoords in docs
|
2013-07-30 16:41:18 +02:00 |
|
kangax
|
2223b1b61f
|
Remove more functions in distribution when SVG import (parser) is not included. Always include stateful mixin. Closes #662
|
2013-05-30 21:55:26 +02:00 |
|
kangax
|
1ed4e40bdf
|
Move brushes to /brushes and mixins to /mixins. Organize ATTRIBUTE_NAMES to use fabric.SHARED_ATTRIBUTES.
|
2013-05-18 16:43:49 +02:00 |
|