Description
Environment
Update available for component nativescript. Your current version is 5.4.2 and the latest available version is 6.0.3.
⚠ Update available for component tns-core-modules. Your current version is 5.2.0 and the latest available version is 6.0.6.
⚠ Update available for component tns-android. Your current version is 5.4.0 and the latest available version is 6.0.1.
⚠ Update available for component tns-ios. Your current version is 5.4.2 and the latest available version is 6.0.2.
Describe the bug
using the clip-path css property when an Image is dynamically loaded is not working, for example like this <Image [src]="myAsset">
To Reproduce
Just add an image with an asset that is dynamically loaded [src] as source.
Expected behavior
The clip-path property should work as expected
Sample project
Additional context
My goal is to remove 10 pixels from each side of my image. It seems to work when the image is statically loaded but not when the source is dynamic. Not sure if there is a workaround for that? Also, can someone tell me if this problem was fixed in nativescript 6.0 ?