mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
Fix overlayImage / overlayColor during selection mode. Closes #1068
This commit is contained in:
parent
e0246800fd
commit
6776e62d00
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue