kangax
|
c294ae2b3a
|
[BACK_INCOMPAT] fabric.Text#strokeStyle -> stroke, for consistency with other objects. Closes #535
|
2013-04-04 13:58:08 +02:00 |
|
kangax
|
4be589019c
|
Fix positioning of line and image instances when part of a group
|
2013-04-04 13:58:08 +02:00 |
|
kangax
|
6e725ae18b
|
Support stroke on image instances. Closes #536
|
2013-04-04 13:58:08 +02:00 |
|
kangax
|
4d037e979a
|
Document strokeDashArray on fabric.Rect
|
2013-04-04 13:58:08 +02:00 |
|
Juriy Zaytsev
|
9e10349558
|
Merge pull request #531 from shiloa/master
Fix crash (segfault) on node.js if canvas loads images with secure url (https://...)
|
2013-04-04 04:55:14 -07:00 |
|
Juriy Zaytsev
|
a94533e825
|
Merge pull request #540 from Kienz/patch-2
Add link to Event.js library
|
2013-04-04 03:39:44 -07:00 |
|
Juriy Zaytsev
|
2c7205fec1
|
Merge pull request #537 from Kienz/shadowBrush
Fix reset shadow of fabric brushes
|
2013-04-04 03:39:19 -07:00 |
|
Juriy Zaytsev
|
4ca28101cb
|
Merge pull request #539 from taherh/master
Minor jsdoc comment fix for fabric.Image.clone()
|
2013-04-04 03:28:32 -07:00 |
|
Kienz
|
f8d0c068b4
|
Add link to Event.js library
Add link to Event.js github repository to gestures module
|
2013-04-04 09:08:09 +03:00 |
|
Taher Haveliwala
|
bafc75b35c
|
The jsdoc params for fabric.Image.clone() were out of order, making
the jsdoc API reference for this method at
http://fabricjs.com/docs/symbols/fabric.Image.html
display an incorrect method summary (with the order of propertiesToInclude
and callback swapped).
|
2013-04-03 20:14:14 -07:00 |
|
Kienz
|
4e61f7eb2e
|
Fix reset shadow of fabric brushes
|
2013-04-03 21:09:31 +02:00 |
|
Juriy Zaytsev
|
36ade22a34
|
Merge pull request #534 from Kienz/patch-1
Activate clicked object if group selection is cleared
|
2013-04-03 07:04:05 -07:00 |
|
Kienz
|
f5eb524ddd
|
Don't set activeObject if clicked on activeGroup
canvas._activeGroup should be null if clicked on activeGroup.
Only set activeObject if target !== activeGroup.
|
2013-04-03 16:17:46 +03:00 |
|
Kienz
|
0fdb97f289
|
Activate clicked object if group selection is cleared
If group selection is cleared and pointer clicked other object
=> activate this object.
See issue #506
|
2013-04-03 16:07:27 +03:00 |
|
shilo
|
2c2206b951
|
rendering canvas on node.js - fixed issue with segfault occuring when downloading an image that comes from https (secure) url
|
2013-04-03 13:40:48 +03:00 |
|
Juriy Zaytsev
|
d60b07574c
|
Merge pull request #528 from Kienz/patch-3
Fire event 'removed' on object level
|
2013-04-02 06:08:27 -07:00 |
|
Kienz
|
142a7a9779
|
Fire event 'removed' on object level
There is ```obj.fire('added')``` but not ```obj.fire('removed')```.
|
2013-04-02 16:05:51 +03:00 |
|
kangax
|
4c5df5ea0c
|
Specify that loadSVGFromURL uses XHR and conforms to SOP
|
2013-04-02 13:47:47 +02:00 |
|
Juriy Zaytsev
|
2b70453188
|
Merge pull request #525 from TravisPaul/master
Add object_straightening module to README.md
|
2013-04-01 11:06:29 -07:00 |
|
Travis Paul
|
5d9b27cdab
|
Added object_straightening, removed trailing <br>
|
2013-04-01 13:45:30 -04:00 |
|
kangax
|
3645c9ce6e
|
Apply sencha patch to excanvas (http://dev.sencha.com/playpen/tm/excanvas-patch/)
|
2013-03-31 15:01:29 +02:00 |
|
kangax
|
8bd52f98fb
|
Build distribution
|
2013-03-30 01:36:38 +01:00 |
|
kangax
|
c66707b3e5
|
Cleanup events and gestures modules
|
2013-03-30 01:36:27 +01:00 |
|
kangax
|
26c2590066
|
Group fixes. Closes #504. Closes #505
|
2013-03-30 01:36:15 +01:00 |
|
kangax
|
b0a6d8cd7d
|
Fix pixelate filter. Thanks @Oleg. Closes #523
|
2013-03-30 01:30:46 +01:00 |
|
kangax
|
2856575f34
|
Add lastsemic option to jshint
|
2013-03-30 01:30:13 +01:00 |
|
kangax
|
d24d6307e5
|
[BACK_INCOMPAT] fabric.Object.setActive(…) -> fabric.Object.set('active', …). fabric.Object.isActive is gone (use active instead)
|
2013-03-29 16:26:27 +01:00 |
|
kangax
|
0d0763cad0
|
Build distribution. Version 1.1.5.
|
2013-03-29 13:21:13 +01:00 |
|
kangax
|
75873ebf95
|
Only transform rect when part of path group not group. Closes #495
|
2013-03-29 13:20:35 +01:00 |
|
kangax
|
27c6f2529c
|
Mention that set doesn't update border/control and that setCoords should be called for that. Closes #518.
|
2013-03-29 12:44:05 +01:00 |
|
Juriy Zaytsev
|
22c37c4ac5
|
Merge pull request #515 from Kienz/patch-2
Include pathOffset in fabric.Path.toObject()
|
2013-03-29 04:06:54 -07:00 |
|
Kienz
|
0b078cd4be
|
Include pathOffset in fabric.Path.toObject()
Include pathOffset in toObject() of fabric.Path and use it (if defined) in _initializePath().
This should fix issue #500.
|
2013-03-28 16:07:00 +01:00 |
|
Juriy Zaytsev
|
45d54d9fac
|
Merge pull request #513 from Kienz/patch-1
Delete _activeObject in `fabric.StaticCanvas.clear()`
|
2013-03-28 04:27:55 -07:00 |
|
Kienz
|
dfec3dd2f0
|
fabric.StaticCanvas.clear() delete _activeObject
If canvas is cleared ```canvas._activeObject``` should be removed.
|
2013-03-28 09:06:36 +01:00 |
|
kangax
|
40bda07140
|
Fix fabric.Canvas#clipTo. Thanks @sn3p
|
2013-03-24 18:09:55 +01:00 |
|
kangax
|
14cbcb8ea3
|
Build distribution
|
2013-03-24 00:06:04 +01:00 |
|
kangax
|
f5b2ab1188
|
Add Stefan Kienzle in the list of contributors
|
2013-03-24 00:05:57 +01:00 |
|
kangax
|
81e8f9c2e2
|
Fix node-based url request
|
2013-03-24 00:05:13 +01:00 |
|
kangax
|
40490dc7f3
|
Add support for loading local files in fabric.loadSVGFromURL
|
2013-03-24 00:04:50 +01:00 |
|
kangax
|
83b7ef57e7
|
Build distribution. Version 1.1.4
|
2013-03-23 23:23:26 +01:00 |
|
kangax
|
4911cc036b
|
Make fabric.Image.fromURL use fabric.util.loadImage which fixes it under Node
|
2013-03-23 23:16:16 +01:00 |
|
Juriy Zaytsev
|
81993d21fb
|
Merge pull request #494 from Kienz/moveTo
Implement fabric.StaticCanvas#moveTo(object, index)
|
2013-03-23 14:55:14 -07:00 |
|
Juriy Zaytsev
|
44c8964f6e
|
Merge pull request #496 from TravisPaul/master
Update README.md
|
2013-03-23 09:54:53 -07:00 |
|
Travis Paul
|
792c4b3c2c
|
Removed refrence to doc building section
|
2013-03-23 11:55:57 -04:00 |
|
Travis Paul
|
3fcdc4d712
|
Fixed unit test link, removed build doc instruction (appear to only be in fabricjs.com repo)
|
2013-03-23 11:53:23 -04:00 |
|
Juriy Zaytsev
|
e8de627f98
|
Merge pull request #493 from Kienz/viewBoxSVG
Add option to define viewBox in fabric.Canvas#toSVG
|
2013-03-22 11:18:01 -07:00 |
|
Juriy Zaytsev
|
dbbd0c5095
|
Merge pull request #492 from Kienz/visiblePropFix
Bugfix for visible property / doc additions
|
2013-03-22 11:06:27 -07:00 |
|
Kienz
|
3a0a2c7fd2
|
Implement fabric.StaticCanvas#moveTo to move object to specified level in stack of drawn objects
You can also move fabric.Group objects in the grub objects stack to a specified level.
Add unit tests for moveTo.
|
2013-03-22 15:10:44 +01:00 |
|
Kienz
|
9e79c487be
|
Add viewBox attribute to toSVG(options) to define the viewBox of sag output.
|
2013-03-22 12:57:33 +01:00 |
|
Kienz
|
4b1939e5d3
|
Add check if object is visible to fabric.Image and fabric.Path. Now all fabric instances with own render method should check for visible property.
Some doc updates - add noTransform to doc and set it optional
|
2013-03-22 12:10:34 +01:00 |
|