Fixed DropShadowFilter.
This commit is contained in:
@@ -1826,7 +1826,7 @@ export class DeepZoomImage extends PIXI.Container {
|
||||
|
||||
let [w, h] = this.baseSize
|
||||
if (this.shadow) {
|
||||
this.filters = [new PIXI.filters.DropShadowFilter(45, 3)]
|
||||
this.filters = [new PIXI.filters.DropShadowFilter({ rotation: 45, distance: 3 })]
|
||||
}
|
||||
this.addChild(this.tileContainer)
|
||||
|
||||
@@ -2512,7 +2512,7 @@ export class DeepZoomImage extends PIXI.Container {
|
||||
|
||||
<footer class="content-size">
|
||||
<div class="footer">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Sep 19 2019 13:38:07 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Sep 20 2019 09:54:17 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user