dev7355608 / advanced-drawing-tools

Foundry VTT Module: Advanced Drawing Tools
https://foundryvtt.com/packages/advanced-drawing-tools
MIT License
7 stars 0 forks source link

Error: canvas.performance.textures is deprecated and will be removed in V11 #4

Closed Gravydigger closed 1 year ago

Gravydigger commented 1 year ago

Hello,

Looking through the console when updating, I get the following error:

Error: canvas.performance.textures is deprecated and will be removed in V11
Deprecated since Version 10
Backwards-compatible support will be removed in Version 11
    at Object.logCompatibilityWarning (commons.js:1692)
    at Object.get (foundry.js:23455)
    at PreciseText.updateText (modules/advanced-drawing-tools/scripts/precise-text.js:29)
    at PreciseText.r.updateTransform (pixi.min.js:8)
    at Note.e.updateTransform (pixi.min.js:8)
    at e.updateTransform (pixi.min.js:8)
    at NotesLayer.e.updateTransform (pixi.min.js:8)
    at InterfaceCanvasGroup.e.updateTransform (pixi.min.js:8)
    at RenderedCanvasGroup.e.updateTransform (pixi.min.js:8)
    at e.updateTransform (pixi.min.js:8)
    at r.render (pixi.min.js:8)
    at e.render (pixi.min.js:8)
    at t.emit (pixi.min.js:8)
    at e.update (pixi.min.js:8)
    at _tick (pixi.min.js:8)
logCompatibilityWarning @ commons.js:1703

Just wanted to make sure you were aware of this :)

cpcodes commented 1 year ago

Confirmed. I am seeing this as well the first time I hover the mouse over a token.

dev7355608 commented 1 year ago

No more deprecation warnings in 2.0.3. Thanks for the report!