kangax
|
6aef8a009d
|
Fix bug where static canvas couldn't render overlay image.
|
2012-04-20 13:37:47 +02:00 |
|
kangax
|
6cdee94cc6
|
Fix typo in docs.
|
2012-03-29 15:35:58 +02:00 |
|
Tim de Koning
|
513766d63c
|
fixed issue where canvas is messed up when no backgroundImage or backgroundColor is configured and something is dragged around on the canvas.
|
2012-02-09 11:00:30 +01:00 |
|
kangax
|
e5d92f71d5
|
Check that allOnTop is true not just any truthy value (so that we can pass it as callback to methods like "onChange"). See https://github.com/kangax/fabric.js/pull/104#issuecomment-3493677
|
2012-02-05 13:54:58 -05:00 |
|
Juriy Zaytsev
|
7169b53a46
|
Merge pull request #109 from gburlet/bgImg
Add "backgroundImageStretch" and "backgroundImageOpacity" options to canvas.
|
2012-02-05 10:48:50 -08:00 |
|
kangax
|
19dbb74307
|
Fix trailing commas. Closes #118.
|
2012-02-03 09:18:35 -05:00 |
|
Gregory Burlet
|
29e128faa0
|
variable name changes
changed backgroundOpacity to backgroundImageOpacity etc.
|
2012-01-27 09:19:40 -05:00 |
|
Gregory Burlet
|
78c2345bb8
|
added options for setBackgroundImage
optional arguments to the function can be supplied
|
2012-01-23 12:20:34 -05:00 |
|
Gregory Burlet
|
136539f9d9
|
background image changes
Allow the user to set the background image opacity, and whether the image should be stretched to fit the canvas
|
2012-01-23 11:48:37 -05:00 |
|
Tim de Koning
|
3795149dda
|
Allow excanvas to kick in for IE8 and lower
|
2012-01-18 10:01:34 +01:00 |
|
kangax
|
d870410a7d
|
First (and almost complete) implementation of fabric.Canvas#toSVG.
|
2012-01-02 16:14:20 -05:00 |
|
kangax
|
d72fceb14b
|
Documentation tweaks.
|
2011-12-08 09:44:05 -05:00 |
|
kangax
|
b8ea6b7cec
|
[BACK_INCOMPAT] Add support for static canvases — fabric.StaticCanvas. fabric.Canvas#loadImageFromURL -> fabric.util.loadImage. Add fabric.Canvas#centerObject.
|
2011-11-27 23:57:28 -05:00 |
|