Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.6.1
-
958de6c48 (dev), 06444fcee (6.7), 03bcfc41e (6.6)
Description
This is a problem when loading something like SVG images that need sourceSize to be set in order to ensure there is enough detail in the rendering. In the past implicit size was known when status became Ready, but now it is 0x0. Binding implicit size to sourceSize directly causes binding loop so that doesn't work either.