Commit graph

3403 commits

Author SHA1 Message Date
Stefan Kienzle
30e248bf18 Fix opacity for fabric.Text and fabric.IText 2014-10-20 15:49:29 +02:00
Andrea Bogazzi
2fefe13613 Update group.class.js
added managing of  originX/Y to group.
2014-10-20 15:38:05 +02:00
Andrea Bogazzi
c25a152bf9 Update parser.js 2014-10-20 00:51:50 +02:00
Juriy Zaytsev
d1ba16f177 Merge pull request #1720 from asturur/Image-aspec
preserve Aspect Ratio for images support
2014-10-16 18:04:31 +02:00
Juriy Zaytsev
06fefc7fc3 Merge pull request #1753 from Kienz/CORSBgOverlayImage
Use crossOrigin property in fabric.util.loadImage for background and overlay images. Closes #1752
2014-10-16 11:11:37 +02:00
Stefan Kienzle
c49690d32d Use crossOrigin property in fabric.util.loadImage for background and overlay images
Closes #1752
2014-10-16 10:49:12 +02:00
kangax
139b77c8a0 Version 1.4.12 2014-10-14 17:58:55 +02:00
Juriy Zaytsev
6070030a96 Merge pull request #1742 from asturur/Fix-free-drawing-mode
Fix for free drwaing mode ( pencil ). Closes #1725
2014-10-12 19:36:15 +02:00
Juriy Zaytsev
fe510f21e9 Merge pull request #1743 from asturur/Fix-for-text-shadow
Fix for stroke shadow covering fills. Closes #1647
2014-10-12 19:33:49 +02:00
Andrea Bogazzi
30876c8c3a Update text.class.js
Added fix for stroke shadow as in object class in normal renderFill method.
2014-10-12 18:50:26 +02:00
Andrea Bogazzi
3257d9a2d9 Update pencil_brush.class.js
Remover UtilMin e UitlMax
2014-10-12 18:18:22 +02:00
Andrea Bogazzi
d48f0833f1 Update pencil_brush.class.js
Simplified path creation process.
This removed calculation are handled by path class anyway.
2014-10-12 18:06:20 +02:00
Andrea Bogazzi
49f449ee4f Update image.class.js 2014-10-11 21:56:38 +02:00
Juriy Zaytsev
a2eb48d6c7 Merge pull request #1739 from nazar-pc/patch-1
Fix for usage with Polymer Platform
2014-10-11 17:50:44 +02:00
Nazar Mokrynskyi
faec8dc0c8 Fix for IE 2014-10-11 17:39:53 +02:00
Nazar Mokrynskyi
9f6c4d6947 Fix for usage with Polymer Platform
As well as inside of Web Components, and generally code is more correct than previous.
Also, this is a fix for https://github.com/kangax/fabric.js/issues/1712
2014-10-11 13:41:08 +02:00
Stefan Kienzle
679d44d86c Merge pull request #1715 from asturur/flippyng-Y-by-scaling-X-and-viceversa
Flippyng y by scaling x and viceversa
2014-10-07 15:16:27 +02:00
Juriy Zaytsev
77183cb2d2 Merge pull request #1731 from asturur/fix-travis
Block qunit version to 0.7.2 to fix Travis hanging.
2014-10-07 11:21:04 +02:00
Andrea Bogazzi
e5e1aef378 Update parser.js
Fix parser test after change in skew matrix.
We should think about using  some toFixed with number of decimals ( 6 at least ? )
2014-10-07 10:58:44 +02:00
Andrea Bogazzi
094fb121c7 Update package.json
Fix for travis
2014-10-07 10:33:23 +02:00
Juriy Zaytsev
c4df8b4689 Merge pull request #1714 from asturur/fix-lines
Fix for line toObject method.
2014-10-06 00:27:17 +02:00
Juriy Zaytsev
f5ffb0f55c Merge pull request #1724 from asturur/parser-skew
Update parser.js
2014-10-03 11:42:11 +02:00
Andrea Bogazzi
30eaf11872 Update parser.js 2014-10-03 08:36:30 +02:00
Juriy Zaytsev
42477fbeab Merge pull request #1716 from asturur/Opacity-for-groups
Fix opacity for groups ( part 2 )
2014-10-01 14:25:43 +02:00
Andrea Bogazzi
795bb0e70f Update group.class.js 2014-10-01 09:52:37 +02:00
Andrea Bogazzi
9cfb7337b2 Update line.class.js
Add missing spaces ( strange that  travis didn't bother me )
2014-10-01 00:55:45 +02:00
Andrea Bogazzi
ebe4bd7286 Update line.class.js 2014-09-30 23:13:34 +02:00
Andrea Bogazzi
77616eddba Update ellipse.js 2014-09-30 23:10:20 +02:00
Juriy Zaytsev
75921959e6 Merge pull request #1701 from asturur/fix-lines
Fix export of lines with custom width and height
2014-09-29 17:49:35 +02:00
Stefan Kienzle
a5b9777bac Merge branch 'master' of https://github.com/kangax/fabric.js 2014-09-29 13:54:51 +02:00
Stefan Kienzle
b58d9a0edb Rename ellipse getRY to getRy 2014-09-29 13:54:19 +02:00
kangax
9ab511d037 Build distribution 2014-09-29 13:37:49 +02:00
Juriy Zaytsev
7f3f43c94b Merge pull request #1699 from asturur/Ellips-rx-ry
Update ellipse.class.js
2014-09-29 08:41:37 +02:00
Andrea Bogazzi
d0de45e11a Update ellipse.class.js
Mirrored from circle the way it updates width and height following rx and ry of ellipse.
2014-09-29 00:05:04 +02:00
Juriy Zaytsev
3cb1bc7cc3 Merge pull request #1703 from asturur/parsing-stroke-dash-array-+-misc
Update parser.js. Closes #1690.
2014-09-27 21:07:29 +02:00
Andrea Bogazzi
b2e2767053 Update getCssRule to exit on empty styles tag.
Test unit added.
2014-09-27 20:05:39 +02:00
Juriy Zaytsev
c696488fa6 Merge pull request #1702 from asturur/parsing-stroke-dash-array-+-misc
Fix parsing of stroke dash array with FLOATS. Some path fixes.
2014-09-26 14:21:11 +02:00
Andrea Bogazzi
10666e9006 Update parser.js 2014-09-26 14:03:11 +02:00
Andrea Bogazzi
80b831f0ed Update line.class.js
Fixes custom width and height for svg export in lines
2014-09-26 10:00:05 +02:00
Andrea Bogazzi
f8e6ae9461 Update parser.js
Allow first example of stroke svg import to work properly
2014-09-26 09:52:33 +02:00
Juriy Zaytsev
e524c13521 Merge pull request #1638 from joerozek/stacking
Support for preserving object stacking. Closes #1636.
2014-09-25 13:32:03 +02:00
kangax
e6084f1f1f Build distribution 2014-09-25 13:24:19 +02:00
Juriy Zaytsev
25a7804fc1 Merge pull request #1697 from asturur/Fix-for-SVG-export-of-standard-groups
Fix for svg export of standard groups
2014-09-25 13:22:10 +02:00
Andrea Bogazzi
00a442b028 exit from getSvgTransform just for pathGroups.
Fix Svg Export for normal canvas group
2014-09-25 11:05:39 +02:00
Juriy Zaytsev
12669fe64e Merge pull request #1695 from zigotica/master
getPointer bounds for IE8, fixes #1550 #1349 #1693
2014-09-23 12:37:42 +02:00
Sergi Meseguer
116eb88c43 fixing whitespaces 2014-09-23 12:15:09 +02:00
Sergi Meseguer
4d283d87f0 getPointer bounds for IE8, fixes #1550 #1349 #1693
includes change from @asturur to improve readability
2014-09-23 12:08:10 +02:00
Juriy Zaytsev
ec1db65110 Merge pull request #1694 from asturur/FillRule-misunderstanding
Fill rule misunderstanding
2014-09-23 11:32:06 +02:00
kangax
db4688e02e Fix .jshintrc 2014-09-23 11:31:21 +02:00
Andrea Bogazzi
af1138a686 Divided FillRule from globalCompositeOperation 2014-09-23 08:53:56 +02:00