Skip to content

[Impeller] Paint()..shader does't work in TextStyle #120003

@suxoikorm

Description

@suxoikorm
foreground: Paint()
          ..shader = LinearGradient(
            colors: [
              gradientFirstColor,
              gradientSecondColor,
            ],
          ).createShader(
            const Rect.fromLTWH(0.0, 0.0, 200.0, 70.0),
          ),

Skia:
Simulator Screen Shot - iPhone 14 Pro - 2023-02-04 at 19 40 50

Impeller:
Simulator Screen Shot - iPhone 14 Pro - 2023-02-04 at 19 43 02

Flutter 3.7.0

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work liste: impellerImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions