Fixed DropShadowFilter.

This commit is contained in:
2019-09-20 09:54:32 +02:00
parent b09eb63785
commit 9dac52c0e4
72 changed files with 358 additions and 279 deletions
+2 -2
View File
@@ -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>