mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Implement non uniform border corner radiuses and fix blinking image-view radiuses (#4573)
* Image corners were blinking in #4322 and CSS border will now draw non uniform corner radiuses if the border color is uniform * Implement per-side corner radiuses for iOS * Update stretch-mode example * Update matrix-mode example * Update image resources * Add clipping for non uniform radii without border width, don't throw for missing image resources in css
This commit is contained in:
2
tns-core-modules/ui/core/view/view.d.ts
vendored
2
tns-core-modules/ui/core/view/view.d.ts
vendored
@@ -168,7 +168,7 @@ export abstract class View extends ViewBase implements ApplyXmlAttributes {
|
||||
/**
|
||||
* Gets or sets the background color of the view.
|
||||
*/
|
||||
backgroundColor: Color;
|
||||
backgroundColor: string | Color;
|
||||
|
||||
/**
|
||||
* Gets or sets the background image of the view.
|
||||
|
||||
Reference in New Issue
Block a user