-
Notifications
You must be signed in to change notification settings - Fork 21
Transition to Microsoft.Maui.Graphics
Marcin Gierlasiński edited this page Jan 6, 2022
·
2 revisions
Icon | Description |
---|---|
✔️ | Completed |
❌ | Not implemented |
Property | Native | Skia | Notes |
---|---|---|---|
Color | ✔️ | ✔️ | Microsoft.Maui.Graphics.Color |
Offset | ✔️ | ✔️ |
Property | Native | Skia | Notes |
---|---|---|---|
Angle | ✔️ | ✔️ | |
IsRepeating | ❌ | ✔️ | Missing property in LinearGradientPaint |
Property | Native | Skia | Notes |
---|---|---|---|
Center | ✔️ | ✔️ | Microsoft.Maui.Graphics.Point |
RadiusX | ✔️ | ✔️ | |
RadiusY | ❌ | ✔️ | RadialGradientPaint allows only Circle |
IsRepeating | ❌ | ✔️ | Missing property in RadialGradientPaint |
Type | Native | Skia | Notes |
---|---|---|---|
RectangleMask | ✔️ | ✔️ | |
EllipseMask | ✔️ | ✔️ | |
PathMask | ✔️ | ✔️ | |
TextMask | ❌ | ✔️ | Convert text to path not supported |
MaskCollection | ✔️ | ✔️ | |
ClipMode | ❌ | ✔️ | Supported only for Path and Text in Skia rendering |