kangax
|
1706361616
|
Fix bug with rendering of subsequent "S" commands, where reflection of control point would be considering 1st control point of previous command, not 2nd one. Closes #177.
|
2012-06-17 13:25:17 +02:00 |
|
kangax
|
5e4811ea20
|
Fix bug in SVG rendering.
|
2012-05-09 19:14:42 +04:00 |
|
kangax
|
d870410a7d
|
First (and almost complete) implementation of fabric.Canvas#toSVG.
|
2012-01-02 16:14:20 -05:00 |
|
kangax
|
35ad4bf6e3
|
Preparing fabric to run on node.js
|
2011-08-05 19:00:26 -04:00 |
|
kangax
|
04bb0aad66
|
Add "hasControls" and "hasBorders" options to fabric.Object. "hasControls", when set to false allows to fully disable controls rendering (and mouse detection); hasBorders does the same for object borders. Fix failing unit tests. Update QUnit.
|
2011-08-02 19:35:02 -04:00 |
|
kangax
|
b99a456989
|
Build files are now organized in such way that it's possible to build fabric w/o support for text and/or serialization.
|
2011-07-15 18:16:14 -04:00 |
|
kangax
|
c046bbd5f1
|
Closes #34 — Support multiple sequences of command arguments in SVG paths.
|
2011-07-09 15:50:44 -04:00 |
|
kangax
|
e3c311dfb5
|
Add support for elliptical arc commands (a, A) in SVG paths. Thanks @devongovett for initial code (and algorithm). Add 4 different arc test files (can be loaded in kitchensink demo).
|
2011-07-05 01:28:03 -04:00 |
|
kangax
|
e7aafae9e7
|
Add support for "opacity" attribute.
|
2011-06-14 17:28:54 -04:00 |
|
kangax
|
77ed374671
|
Fix deltaY undeclared variable.
|
2011-03-01 19:05:46 -05:00 |
|
kangax
|
df76f5d688
|
Change the way options are set for an object (don't use options property — which makes for quite expensive iteration during initialization — and instead take advantage of prototypal inheritance).
|
2011-02-09 18:21:45 -05:00 |
|
kangax
|
2ade9dc0f8
|
More optimizations: setCoords doesn't need to be invoked on an object before it's added to canvas. This makes most sense when creating path groups, since each of the paths in a path group doesn't really need to have coords. Coords are used to determine object boundaries when moving/scaling/rotating objects, and paths in pathgroup never participate in it (instead, pathgroup does).
|
2011-02-09 17:30:35 -05:00 |
|
kangax
|
45c9a333a8
|
Few optimizations in _parsePath implementation.
|
2011-02-09 16:35:46 -05:00 |
|
kangax
|
ca11620451
|
Replace map with for loop for perf. reasons (as this method is likely to be called thousands of times).
|
2011-02-09 01:03:04 -05:00 |
|
kangax
|
f497327131
|
Fabric now runs fully under ES5 strict mode (except certain 3rd party dependencies, like cufon.js and json2.js).
|
2010-10-21 22:54:00 -04:00 |
|
kangax
|
f052a067ef
|
More documentation.
|
2010-10-19 16:27:24 -04:00 |
|
kangax
|
639aa12e2a
|
Another chunk of documentation (which is a bitch, by the way).
|
2010-10-14 22:16:24 -04:00 |
|
kangax
|
415205d3f2
|
Document bunch of API (still incomplete, but getting there).
|
2010-10-14 17:42:39 -04:00 |
|
kangax
|
e70830f7d6
|
Introduce fabric.log and fabric.warn methods, as simple wrappers around console.log and console.warn (instead of declaring those methods right on console). This makes it easier to mock them when testing, and is generally safer due to less tinkering with host objects.
|
2010-10-11 14:45:06 -04:00 |
|
kangax
|
b04d187a04
|
Make free drawing path round and make sure something it's drawn immediately, on mousedown, not just on mousemove.
|
2010-08-10 23:26:41 -04:00 |
|
kangax
|
5f18c43e91
|
More free-drawing tweaks. Paths can now be created with different stroke width and color. Add these options to demo.
|
2010-08-10 19:25:14 -04:00 |
|
kangax
|
89e61ed6d0
|
Add onFpsUpdate callback to fabric.Element. Display FPS in demo.
|
2010-07-30 19:39:12 -04:00 |
|
kangax
|
a2bb25043c
|
toJSON now returns object instead of a string (fixes bug with JSON.stringify returning incorrect — double — serialization of an object).
|
2010-07-29 13:50:09 -04:00 |
|
kangax
|
ad679a6f87
|
Create local aliases of some of the "long" methods.
|
2010-07-26 19:20:19 -04:00 |
|
kangax
|
04ec1688e9
|
Remove some unused "stub" code.
|
2010-07-26 18:49:51 -04:00 |
|
Juriy Zaytsev
|
2340a98526
|
Rename canvas_*.class.js files to just *.class.js
|
2010-07-09 21:50:13 -04:00 |
|