Andrea Bogazzi
041e2747ab
Update static_canvas.class.js
2015-11-23 16:49:25 +01:00
Andrea Bogazzi
6aa09fc567
fix grammar typo
2015-11-22 14:34:00 +01:00
Andrea Bogazzi
842af5d993
change svg header to use viewbox
2015-11-22 14:32:11 +01:00
Andrea Bogazzi
8082daedb6
Merge pull request #3 from kangax/master
...
update to master
2015-11-22 08:57:05 +01:00
Juriy Zaytsev
a25459ceab
Merge pull request #2634 from asturur/convolutefilte
...
General code clean up for convolute filter
2015-11-18 08:14:02 -08:00
Andrea Bogazzi
fe7462cf46
General code clean up
...
we do not need to create a temporary canvas to call its createImageData, when normal canvas we are filtering can provide same method.
Removed 2 unused variables ( w and sw, h and sh where copies of each other and used in read only)
2015-11-18 14:23:52 +01:00
Juriy Zaytsev
540ecc6a39
Merge pull request #2632 from asturur/fixcontrols
...
Fixcontrols
2015-11-17 19:24:28 -08:00
Andrea Bogazzi
cc8ed6bac8
Update canvas.class.js
2015-11-17 21:29:39 +01:00
Andrea Bogazzi
cd9ae6e9a3
Update static_canvas.class.js
2015-11-17 21:28:50 +01:00
Andrea Bogazzi
1c9932f97f
Update polygon.class.js
2015-11-16 11:25:27 +01:00
Andrea Bogazzi
345c403a8e
Update polygon.class.js
2015-11-16 01:26:54 +01:00
Juriy Zaytsev
ae1ee007a3
Merge pull request #2568 from asturur/fix-shadow
...
Update shadow.class.js
2015-11-13 11:04:51 +01:00
Juriy Zaytsev
7cb4f17833
Merge pull request #2625 from asturur/multitouch
...
Fix multi touch scaling speed
2015-11-13 11:03:28 +01:00
Juriy Zaytsev
8f80fe632a
Merge pull request #2623 from asturur/retina-on-scale
...
reinit retina scaling on canvas element dimensions change
2015-11-13 09:33:06 +01:00
Juriy Zaytsev
ad12e534a8
Merge pull request #2624 from asturur/image-border-0
...
change default strokewidth to 0 for images
2015-11-13 09:32:48 +01:00
Andrea Bogazzi
d16ef6b124
Update canvas_gestures.mixin.js
...
we need to use transformed dimensions to include effect of skew. but we need to divide by current scale and use just the initial scale plus the scaling factor of gesture.
2015-11-13 01:44:07 +01:00
Andrea Bogazzi
4a979633e4
Update canvas_static.js
2015-11-13 00:45:48 +01:00
Andrea Bogazzi
0ea43f9175
Update image.js
2015-11-13 00:32:33 +01:00
Andrea Bogazzi
d96c94dc4f
change default strokewidth to 0
2015-11-13 00:27:39 +01:00
Andrea Bogazzi
6317d95254
Update static_canvas.class.js
2015-11-13 00:22:45 +01:00
Juriy Zaytsev
06c427ebdc
Merge pull request #2608 from StephanBijzitter/master
...
Add npm installation information
2015-11-04 16:25:18 +01:00
Stephan Bijzitter
0a5d48887e
Emphasise that Cario is used by node-canvas
2015-11-04 16:07:51 +01:00
Stephan Bijzitter
d6a4691b8c
Add npm installation information
2015-11-04 15:43:18 +01:00
Juriy Zaytsev
487010445b
Merge pull request #2599 from asturur/multitouch
...
Multitouch - add missing parameter
2015-11-02 20:17:30 +01:00
Andrea Bogazzi
931ef7d58f
Add missing parameter to _ScaleObjectBy
2015-11-02 11:09:42 +01:00
Andrea Bogazzi
463ecc5e22
Merge pull request #2 from kangax/master
...
update to master
2015-10-25 01:50:56 +02:00
Juriy Zaytsev
86bb0c773d
Merge pull request #2580 from asturur/retina-scaling
...
fix bug with retina scaling
2015-10-24 17:46:37 +02:00
Juriy Zaytsev
faf18bfba1
Merge pull request #2549 from asturur/fix-group-transform
...
[WIP] Handle group transformation with skew and rotate + scale
2015-10-24 17:46:16 +02:00
Andrea Bogazzi
41d247d700
Update static_canvas.class.js
2015-10-24 16:16:34 +02:00
Andrea Bogazzi
e1b165b983
switch to save and restore methods
2015-10-24 16:04:53 +02:00
Andrea Bogazzi
f278b01f9b
Merge pull request #1 from kangax/master
...
Update to master
2015-10-24 16:00:26 +02:00
Andrea Bogazzi
45150e39c1
Update group.class.js
2015-10-24 15:41:37 +02:00
Andrea Bogazzi
701a62053d
make group transform support general transforms
2015-10-24 15:38:46 +02:00
Juriy Zaytsev
5fd994e4b4
Build dist
2015-10-22 17:09:40 +02:00
Andrea Bogazzi
0836408035
remove duplicate logic
2015-10-21 12:58:59 +02:00
Andrea Bogazzi
026388d93c
Add missin coma
2015-10-21 11:38:20 +02:00
Andrea Bogazzi
63c4187939
Update shadow.js
2015-10-21 11:32:48 +02:00
Andrea Bogazzi
d4bae8230d
Update shadow.class.js
...
add affectStroke to toObject
2015-10-21 11:10:34 +02:00
Juriy Zaytsev
7cdf9cf76e
Merge pull request #2559 from asturur/bug-render
...
Reset viewport transform at the end of render all
2015-10-17 16:33:57 -04:00
Andrea Bogazzi
753e67bce2
Reset viewport transform at the end of render all
2015-10-16 10:19:03 +02:00
asturur
ff79ab1aca
first changes to group transform handling
2015-10-14 08:48:03 +02:00
Juriy Zaytsev
e322764e4c
Merge pull request #2545 from asturur/ne
...
RenderAll() changes
2015-10-12 18:40:34 -04:00
Andrea Bogazzi
07234dfdf6
Update canvas.class.js
2015-10-13 00:29:26 +02:00
Andrea Bogazzi
f112514b4b
Merge pull request #37 from kangax/master
...
sync to master
2015-10-12 22:34:42 +02:00
Juriy Zaytsev
0623c02cec
Merge pull request #2534 from DanieleSassoli/master
...
Applying a mask on a big image gave a corrupted output.
2015-10-11 11:29:33 -04:00
DanieleSassoli
f3268cf855
bugfix, sometimes the mask was stretched.
2015-10-08 15:17:24 +02:00
DanieleSassoli
e2a56bb254
Fixed bug that caused image to be corrupted when a mask was applyed only if the image was bigger the mask.
2015-10-07 16:52:45 +02:00
Juriy Zaytsev
b4a2bf694e
Merge pull request #2502 from asturur/fix-ite
...
Fix itext onInput with selected text
2015-10-05 10:22:02 -04:00
Andrea Bogazzi
c75756d768
Update package.json
2015-10-05 15:39:33 +02:00
Andrea Bogazzi
21ed812c3e
Update package.json
2015-10-05 15:26:10 +02:00