Open miroljub1995 opened 4 weeks ago
The issue with maxTextureSize is that some hardware declare 16k and then will just break at 8k or less. ( intel integrated graphics of some years ago ). Just set it to 16k if you think all your users have modern gpus.
CheckList
Description
Is it possible to detect
textureSize
based on dimensions of max image used. Currently we do not know what value to set fortextureSize
, instead, we have something like:Do we really need this property in config, can something similar be implemented in
fabric
so that we do not have to extendFabricImage
class?Current State
Currently we need to set
textureSize
to some big enough value to support all images.Additional Context
No response