mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-29 22:21:43 +03:00
mark tiled image as needing an update when opacity changes
This commit is contained in:
parent
56d0d982da
commit
3f22b6aa3a
@ -997,6 +997,7 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
|
||||
|
||||
this._opacity = opacity;
|
||||
this._needsDraw = true;
|
||||
this._needsUpdate = true;
|
||||
/**
|
||||
* Raised when the TiledImage's opacity is changed.
|
||||
* @event opacity-change
|
||||
|
BIN
test/data/black.jpg
Normal file
BIN
test/data/black.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 417 B |
Loading…
x
Reference in New Issue
Block a user