Skip to content

[iOS]: Paint not rendering correctly in 3.35.x #174579

@binSaed

Description

@binSaed

Steps to reproduce

Flutter 3.35.2 • channel stable

Text(
          'Test',
          style:
          TextStyle(
            fontSize: 24,
            background: Paint()
              ..strokeWidth = 44
              ..color = const Color(0x1a0078ff)
              ..style = PaintingStyle.stroke
              ..strokeJoin = StrokeJoin.round,
          ),
        )
flutter run

Expected results

Image

Actual results

Image

Code sample

Code sample
Text(
          'Test',
          style:
          TextStyle(
            fontSize: 24,
            background: Paint()
              ..strokeWidth = 44
              ..color = const Color(0x1a0078ff)
              ..style = PaintingStyle.stroke
              ..strokeJoin = StrokeJoin.round,
          ),
        )

Screenshots or Video

Screenshots / Video demonstration Screenshot 2025-08-27 at 8 34 41 PM

Logs

Logs
[Paste your logs here]

Flutter Doctor output

Doctor output
~ flutter doctor                   
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.35.2, on macOS 15.6.1 24G90 darwin-arm64, locale
    en-SA)
[✓] Android toolchain - develop for Android devices (Android SDK version 36.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2025.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2025.2)
[✓] VS Code (version 1.103.2)
[✓] Connected device (3 available)
[✓] Network resources

• No issues found!~ 

Metadata

Metadata

Assignees

Labels

c: regressionIt was better in the past than it is nowengineflutter/engine related. See also e: labels.found in release: 3.35Found to occur in 3.35found in release: 3.36Found to occur in 3.36has reproducible stepsThe issue has been confirmed reproducible and is ready to work onplatform-iosiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionteam-engineOwned by Engine team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions