Commit Graph

29 Commits

Author SHA1 Message Date
Erik Krogh Kristensen
4b1df53739 Changed the easings from functions that return functions, to just functions 2015-08-26 16:10:37 +02:00
Michael Randolph
9cca17f21d Fixed fabric so noImplicitAny would stop complaining 2015-08-21 17:36:40 -04:00
Daniel Rosenwasser
81aef921fa Update 'renderOnAddition' to 'renderOnAddRemove' for 'fabricjs'.
See https://github.com/kangax/fabric.js/pull/783
2015-08-03 23:27:44 -07:00
vvakame
d3982886e3 fix fabricjs/fabricjs-tests.ts 2015-07-19 16:57:05 +09:00
Joseph Livecchi
0be19e02aa Finished converting fabric.d.ts to version 1.5.x
* Finished converting all of the fabric.d.ts file to the latest version,
1.5.x
* Updated the fabricjs-tests.ts with the new api changes
2015-05-18 11:27:02 -04:00
Joseph Livecchi
7521e83e3d checked and updated static func on fabric.d.ts
* Edit and Modified the static functions for fabric and shaes namespaces
* Added more JSDoc comments
* Started filters rewrite
2015-05-15 17:30:20 -04:00
Joseph Livecchi
4df938d729 More Modifications to fabric.d.ts
* Added the AMD require statement
* Created static interfaces as the TypeScript recommendations to clean
of the definition file
* Added interfaces for the fabric.util files
2015-05-15 12:57:49 -04:00
Joseph Livecchi
6a55702abf Started updating fabric.d.ts
Updating to be compatible with fabric v1.5
Reorganizing some of the methods to make it easier to find stuff in the
definition file
2015-05-15 09:50:34 -04:00
Joseph Livecchi
d6c94a66f7 Added Missing functions to the fabric.util class
Found some missing properties from the fabric.util namespace when
converting this example to TypeScript.
http://fabricjs.com/animated-sprite/
Added in the missing functions from the the latest fabric master.
2015-03-19 13:38:46 -04:00
Joe Schafer
0eb610ef36 fabricjs: fix setBackgroundImage
setBackgroundImage takes two mandatory args and an optional argument.

http://fabricjs.com/docs/fabric.StaticCanvas.html#setBackgroundImage
2014-12-15 22:01:58 -05:00
Joe Schafer
ec36872b76 fabricjs: delete trailing whitespace 2014-12-15 22:01:47 -05:00
tigerswithguitars
6a93336c48 typo for the source, should be any, not function 2014-09-18 18:04:46 +01:00
tigerswithguitars
665516c395 Add the pattern class to the fabric js typeings. 2014-09-18 17:58:18 +01:00
Mohamed Hegazy
2aaa293cb1 Remove quotes from response files 2014-09-02 14:53:39 -07:00
nitram509
1ad9809491 added missing optional method parameter 'intersecting'
see
http://fabricjs.com/docs/fabric.Object.html#sendBackwards
http://fabricjs.com/docs/fabric.Object.html#bringForward
2014-08-11 22:52:44 +02:00
nitram509
a2c53774bb added missing method 'getBoundingRect()' for fabric.js, which is available since ~1.0.4 2014-08-08 23:11:14 +02:00
Bart van der Schoor
1d345f6c14 cleaned-up headers 2014-06-18 23:31:11 +02:00
Ryan Cavanaugh
fe51e671f5 Remove nested-comment reference tag that was confusing a simple parser 2014-05-21 14:26:06 -07:00
Bartvds
03eecbb681 added/fixed headers e-i
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 00:19:24 +01:00
Igor Oleinikov
555838d599 fabricjs: fixed test 2013-12-19 14:59:25 +04:00
vvakame
2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
Boris Yankov
258d1d3104 Fix fabricjs definitions and consolidate tests 2013-08-07 18:43:40 +03:00
Boris Yankov
dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Neil Stalker
557b38099e Fix fabric.js definition and tests 2013-06-24 21:53:20 +01:00
ComFreek
d6e918aacc Added getObjects() method to IStaticCanvas 2013-05-08 18:08:57 +02:00
Richard Towers
fcb92fc9fd Images can be constructed from an HTML Element
http://fabricjs.com/fabric-intro-part-1/#images
http://fabricjs.com/docs/symbols/fabric.Image.html#initialize
2013-03-02 16:50:30 +00:00
Oliver Klemencic
2101c7bc3d Adapted to latest fabric.js changes (dynamic_origin support) 2012-12-29 12:11:00 -08:00
Oliver Klemencic
15b588db28 Added fabric.js type definitions 2012-12-27 14:02:56 +01:00