mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
Fix: java.lang.NumberFormatException when applying clip-path with percentage values
Resolves #3007
This commit is contained in:
@ -47,6 +47,7 @@
|
||||
|
||||
export class BorderDrawable extends android.graphics.drawable.ColorDrawable {
|
||||
constructor(density: number);
|
||||
constructor(density: number, id: string);
|
||||
public refresh(
|
||||
borderTopColor: number,
|
||||
borderRightColor: number,
|
||||
@ -104,6 +105,8 @@
|
||||
public hasUniformBorderWidth(): boolean;
|
||||
public hasUniformBorderRadius(): boolean;
|
||||
public hasUniformBorder(): boolean;
|
||||
|
||||
public toDebugString(): string;
|
||||
}
|
||||
|
||||
export class CSSValue {
|
||||
|
Reference in New Issue
Block a user