Fix overlayImage / overlayColor during selection mode. Closes #1068

This commit is contained in:
Stefan Kienzle 2013-12-27 10:19:57 +01:00
parent e0246800fd
commit 6776e62d00
2 changed files with 2 additions and 3 deletions

View file

@ -4,6 +4,7 @@
- Add "mouse:over" and "mouse:out" canvas events (and corresponding "mouseover", "mouseout" object events)
- Fix `overlayImage` / `overlayColor` during selection mode
- Fix double callback in loadFromJSON when there's no objects
- Fix paths parsing when number has negative exponent
- Fix background offset in iText

View file

@ -759,9 +759,7 @@
activeGroup.render(ctx);
}
if (this.overlayImage) {
ctx.drawImage(this.overlayImage, this.overlayImageLeft, this.overlayImageTop);
}
this._renderOverlay(ctx);
this.fire('after:render');