Juriy Zaytsev
694885b5f9
Merge pull request #2025 from asturur/resize-filter-to-objec
...
resize_filter to object method
2015-03-09 09:40:38 +01:00
Andrea Bogazzi
bc5343adb7
Update resize_filter.class.js
...
Add better to toObject support
2015-03-09 03:19:56 +01:00
Juriy Zaytsev
63180f24a9
Merge pull request #2024 from asturur/Fix-iText-position-bug-when-style-is-empty
...
Textwidth for jusitfied align
2015-03-08 19:14:06 +01:00
Andrea Bogazzi
51c2cd7e74
Update text.class.js
2015-03-08 12:32:33 +01:00
Juriy Zaytsev
a13cca92d9
Merge pull request #2020 from asturur/Fix-iText-position-bug-when-style-is-empty
...
Fix gradient for IText. Closes #2013
2015-03-07 17:48:47 +01:00
Andrea Bogazzi
9ee71616bf
Update itext.class.js
2015-03-07 15:57:04 +01:00
Andrea Bogazzi
0933c6f5c2
Update gradient.class.js
2015-03-07 15:56:24 +01:00
kangax
1dff79c2ad
Make fabric.Image#fromUrl callback optional
2015-03-05 14:20:55 +01:00
Juriy Zaytsev
51c8cd8b56
Merge pull request #2007 from asturur/itext-selection-on-canvas
...
Itext selection on canvas
2015-03-02 13:56:34 +01:00
Andrea Bogazzi
0e384be263
Update itext_behavior.mixin.js
2015-03-02 13:54:08 +01:00
Andrea Bogazzi
57329b39be
Update itext_behavior.mixin.js
2015-03-02 13:48:55 +01:00
Andrea Bogazzi
dda96f9b81
Allow user to select text moving mouse outside itext bounding box
2015-03-02 00:43:25 +01:00
Juriy Zaytsev
2877af6310
Merge pull request #2006 from asturur/fix-pathgroup-toSvg
...
Fix path group toSvg method.
2015-03-01 23:37:17 +01:00
Andrea Bogazzi
08a1c6b418
Fix path group toSvg method.
...
now respect current originX and originY
2015-03-01 23:27:17 +01:00
Juriy Zaytsev
16d636e1de
Merge pull request #2005 from asturur/Fix-iText-position-bug-when-style-is-empty
...
Fix misplacement of some iText
2015-03-01 19:27:28 +01:00
Juriy Zaytsev
85cf21f62c
Merge pull request #2004 from asturur/Fix-cache-for-arc-commands
...
Fix cache change bug for arcs command
2015-03-01 19:10:27 +01:00
Andrea Bogazzi
b89bc01847
Fix misplacement of some iText
2015-03-01 19:05:50 +01:00
Andrea Bogazzi
5fc82e34e2
Fix cache canghe bug.
...
Create a copy of the cache instead of modify it.
2015-03-01 18:58:04 +01:00
Andrea Bogazzi
4ad253ffba
Merge pull request #1998 from kangax/revert-1961-fix-EnterEdit
...
Revert "Add forcedfocus on enterEditing"
2015-03-01 18:24:35 +01:00
Juriy Zaytsev
1b36c36d7a
Merge pull request #2003 from sapics/check_setlinedash
...
Check support for setLineDash
2015-02-28 14:09:10 +01:00
sapics
ca10ee0d28
support check for setLineDash
2015-02-28 21:42:24 +09:00
Andrea Bogazzi
23b14df20a
Update itext_behavior.mixin.js
2015-02-28 13:10:28 +01:00
Juriy Zaytsev
8b3ac44827
Merge pull request #1982 from flyerco/hotfix/align-guidelines-on-zoom
...
Fix aligning guidelines on zoom
2015-02-28 13:03:11 +01:00
KJ Tsanaktsidis
a18acd43f5
YET MORE code style errors...
2015-02-27 15:21:00 +11:00
KJ Tsanaktsidis
cf92898071
Fix code style errors
2015-02-27 15:12:47 +11:00
KJ Tsanaktsidis
f16bf53763
Don't clone objects while serialising selection groups
...
Clone can be async for some object types, so we can't use it during
the serialisation process. Instead, apply the group transforms directly
on the object being serialised, and then undo it after serialising.
2015-02-27 15:04:26 +11:00
KJ Tsanaktsidis
00e6e71e4d
Fixed code style error
2015-02-26 14:03:44 +11:00
KJ Tsanaktsidis
ea8bc67ce8
Don't destroy the selection group when doing toJSON
...
Instead, simulate what would happen to the children of the selection
group if the group were to be released. This is non-destructive on
the state of the canvas from the API user's perspective.
2015-02-26 13:57:58 +11:00
KJ Tsanaktsidis
492a7693c5
Don't destroy the selection group when doing toSVG
...
toSVG now mirrors the behaviour of toJSON and does not destroy
the active selection group when serialising. Instead, the effect
of the group is simulated on a clone of the object and this is
what gets serialised.
2015-02-26 13:57:58 +11:00
Andrea Bogazzi
69653b1085
Revert "Add forcedfocus on enterEditing"
2015-02-25 17:57:20 +01:00
Juriy Zaytsev
1e5bd1e678
Merge pull request #1989 from StileEducation/PR_cursor_timer
...
Fixed race condition in the iText cursor flash animation
2015-02-25 14:21:32 +01:00
Juriy Zaytsev
bf40c717a8
Merge pull request #1988 from StileEducation/PR_stroke_dash_array
...
Fix base throwing error when strokeDashArray unitialized
2015-02-24 12:46:59 +01:00
Juriy Zaytsev
cfd9dc63f8
Merge pull request #1992 from kangax/quickFix
...
Fix text for justify align.
2015-02-24 11:49:20 +01:00
Andrea Bogazzi
320c7cac6d
Update text.class.js
...
Fix a bug caused by lazy copy paste , replace.
2015-02-24 10:29:03 +01:00
KJ Tsanaktsidis
b0e2caf88f
Fixed style errors from linter
2015-02-24 15:09:45 +11:00
KJ Tsanaktsidis
7ea4e6c1cc
Fixed race condition in the iText cursor flas animation
...
The animation that flashes the iText cursor can race its own
cancellation, meaning that you can have two _tick()'s and two
_tickComplete() animations at the same time. On iOS in particular,
most likely due to the lower frequency of timeouts, this can trap
the cursor in a state where its opacity is always <0.1 and is
essentially invisible.
2015-02-24 14:55:58 +11:00
KJ Tsanaktsidis
ef81b23d85
Fix base throwing error when strokeDashArray unitialized
...
Other places in the codebase guard the call to ctx.setLineDash,
so this should happen here too.
2015-02-24 14:34:47 +11:00
Ulrich Sossou
7701763001
Fix aligning guidelines on zoom
2015-02-20 12:52:06 +01:00
Juriy Zaytsev
b92650ef0d
Merge pull request #1978 from boonkerz/patch-1
...
File is removed text.cufon is removed
2015-02-18 18:19:34 +01:00
boonkerz
60723bf5ae
File is removed text.cufon is removed
2015-02-18 16:58:42 +01:00
Juriy Zaytsev
c8df694460
Merge pull request #1960 from asturur/fix-shadow-by-zoom-level
...
Shadow Size fix
2015-02-12 20:35:33 +01:00
Andrea Bogazzi
55d6f300f6
Update object.class.js
2015-02-12 20:27:20 +01:00
kangax
8a48598c68
Check for presence of filter. Closes #1967
2015-02-11 01:30:13 +01:00
kangax
220256c267
Extract regex out of method
2015-02-07 14:14:32 +01:00
kangax
db8aa87dae
Extract method from fabric.Path#initialize
2015-02-07 13:47:08 +01:00
kangax
c1e2493c40
Update .bithoundrc
2015-02-07 13:26:12 +01:00
kangax
fa7ce9eaaf
Update deps
2015-02-07 02:53:13 +01:00
kangax
34a3f96c46
Downgrade jscs
2015-02-07 02:48:46 +01:00
kangax
c24f4a23d8
Update deps
2015-02-07 02:41:04 +01:00
kangax
89c67e3b9f
Update .bithoundrc
2015-02-07 02:27:28 +01:00