kangax
|
203ea6b51f
|
Doc fixes
|
2012-12-18 11:46:51 +01:00 |
|
kangax
|
7eae38db57
|
Doc additions.
|
2012-12-15 17:29:40 +01:00 |
|
Juriy Zaytsev
|
564e37eb5f
|
Merge pull request #348 from Kienz/freedrawingFix
Fix another freedrawing bug in Firefox 3.6.1 - 3.6.24
|
2012-12-13 12:44:50 -08:00 |
|
Kienz
|
39c2b48ade
|
Another freedrawing bug in Firefox 3.6.1 - 3.6.24
In Firefox 3.6.28 it works correct.
canvas 2d context arc() requires optional parameter anticlockwise - bugzilla issue https://bugzilla.mozilla.org/show_bug.cgi?id=617319.
|
2012-12-13 19:08:34 +01:00 |
|
Juriy Zaytsev
|
b8c573530a
|
Merge pull request #346 from Kienz/freedrawingFix
Freedraw bugfix for Firefox 3.6.x
|
2012-12-13 06:47:54 -08:00 |
|
kangax
|
3416d8a090
|
Documentation additions.
|
2012-12-13 15:46:06 +01:00 |
|
Kienz
|
d8831feb0e
|
Freedraw bugfix for Firefox 3.6.x
The pointer flies away on starting freedrawing - line is drawing.
Here you can see a screenshot:
<img src="https://s3-eu-west-1.amazonaws.com/kienzle.geschaeft/projects/sketch/fabric_freedraw_problem_firefox_3.6.x.png"/>
jsFiddle:
http://jsfiddle.net/r2ZE7/95/
|
2012-12-13 11:57:16 +01:00 |
|
Kienz
|
3fa2a01faa
|
Fix freedrawing for Firefox:
TypeError: Not enough arguments to CanvasRenderingContext2D.arc.
[Bei diesem Fehler anhalten]
this.canvas.contextTop.arc(originLeft, originTop, 3);
|
2012-12-10 15:59:26 +01:00 |
|
kangax
|
352dd44b3c
|
Implement smooth free drawing. Free drawing is now a separate module. Thanks @coulix!
|
2012-12-06 19:47:34 +01:00 |
|
coulix
|
a0cf70994d
|
No need for free drawing to extend fabric Objecti + freedrawing module presence check before instantiation
|
2012-12-01 00:34:33 +01:00 |
|
coulix
|
16422bed01
|
Refactoring
|
2012-11-30 18:42:02 +01:00 |
|
coulix
|
61db93d5ec
|
Smooth live free drawing on contextTop canvas
|
2012-11-28 11:55:30 +01:00 |
|