-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
This is still a todo in the backend. A path clip will happen with anything fancy like a star border or non-rrect clip.
See:
flutter/engine/src/flutter/shell/platform/android/platform_view_android_jni_impl.cc
Line 1987 in af15a1e
| case kClipPath: |
To do this we need to also convert the DLPath into an Android Path. But since this is all Skia on the Android side it should be compatible.
https://developer.android.com/reference/android/graphics/Canvas#clipPath(android.graphics.Path)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team