You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When applying a Shadow property to a visual element, all properties within the Visual Transform matrix are unexpectedly impacted in dynamic scenarios.
This causes transforms to behave inconsistently once the shadow enabled.
The following transformation properties affected when Shadow is applied:
Scale
ScaleX
ScaleY
Rotation
RotationX
RotationY
TranslationX
TranslationY
AnchorX
AnchorY
Output snap
ScaleX
TranslationX
Rotation
TranslationX
Screen.Recording.2025-11-19.at.3.47.07.PM.mov
Steps to Reproduce
Run the given sample in iOS and macOS platform - Sample.zip
Create a visual element using Border control.
Apply the above mentioned properties one by one with shadow.
Set the property value directly to the control, you can see the shadow was not applying properly.
Also bind the property with view modal and check the scenario, after using binding to the property the position of border was not set back to its original place
Description
When applying a Shadow property to a visual element, all properties within the Visual Transform matrix are unexpectedly impacted in dynamic scenarios.
This causes transforms to behave inconsistently once the shadow enabled.
The following transformation properties affected when Shadow is applied:
Output snap
Screen.Recording.2025-11-19.at.3.47.07.PM.mov
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
10.0.10
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output