Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@bdero
Copy link
Member

@bdero bdero commented May 22, 2024

Resolves flutter/flutter#147139.

Added an explanation inline for why we need to use different direction values depending on whether or not we're capping off the last component of the contour.

Before:
Screenshot 2024-05-21 at 11 18 51 PM

Screenshot 2024-05-21 at 11 19 35 PM

After:
Screenshot 2024-05-21 at 11 17 25 PM

Screenshot 2024-05-21 at 11 16 38 PM

@bdero bdero self-assigned this May 22, 2024
@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact "@test-exemption-reviewer" in the #hackers channel in Chat (don't just cc them here, they won't see it! Use Discord!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@bdero
Copy link
Member Author

bdero commented May 22, 2024

This should cause some of the tests to fail. Going to update them once they do. : )

@bdero bdero force-pushed the bdero/fix-stroke-curves branch from 1965f9b to bca2a4b Compare May 22, 2024 06:39
@flutter-dashboard
Copy link

Golden file changes have been found for this pull request. Click here to view and triage (e.g. because this is an intentional change).

If you are still iterating on this change and are not ready to resolve the images on the Flutter Gold dashboard, consider marking this PR as a draft pull request above. You will still be able to view image results on the dashboard, commenting will be silenced, and the check will not try to resolve itself until marked ready for review.

Changes reported for pull request #52978 at sha bca2a4b

@chinmaygarde
Copy link
Member

Does this also resolve flutter/flutter#148323?

@chinmaygarde
Copy link
Member

I eyeballed the pending goldens and they look right to me. woot.

@bdero
Copy link
Member Author

bdero commented May 23, 2024

Well this is way better captured by the goldens than I was anticipating.

@bdero bdero added the autosubmit Merge PR when tree becomes green via auto submit App label May 23, 2024
@auto-submit auto-submit bot merged commit 2a48302 into flutter:main May 23, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 23, 2024
@chinmaygarde
Copy link
Member

We should discuss cherry picking this. I've added a prompt to the weekly.

jonahwilliams pushed a commit to jonahwilliams/engine that referenced this pull request Jun 5, 2024
Resolves flutter/flutter#147139.

Added an explanation inline for why we need to use different direction values depending on whether or not we're capping off the last component of the contour.

Before:
<img width="640" alt="Screenshot 2024-05-21 at 11 18 51�PM" src="https://github.com/flutter/engine/assets/919017/22d9fee7-834f-4cb4-8ed4-578a7c17f7a2">

<img width="121" alt="Screenshot 2024-05-21 at 11 19 35�PM" src="https://github.com/flutter/engine/assets/919017/419029b1-9a5f-4a30-bbb0-83dafc79f7df">

After:
<img width="640" alt="Screenshot 2024-05-21 at 11 17 25�PM" src="https://github.com/flutter/engine/assets/919017/629e30a5-d0c5-4b7a-a3e2-bf715aa4ba78">

<img width="115" alt="Screenshot 2024-05-21 at 11 16 38�PM" src="https://github.com/flutter/engine/assets/919017/12e51892-6009-47d0-a4e5-1f1b017c99e8">
auto-submit bot pushed a commit that referenced this pull request Jul 1, 2024
Resolves flutter/flutter#147139.

Added an explanation inline for why we need to use different direction values depending on whether or not we're capping off the last component of the contour.

Before:
<img width="640" alt="Screenshot 2024-05-21 at 11 18 51�PM" src="https://github.com/flutter/engine/assets/919017/22d9fee7-834f-4cb4-8ed4-578a7c17f7a2">

<img width="121" alt="Screenshot 2024-05-21 at 11 19 35�PM" src="https://github.com/flutter/engine/assets/919017/419029b1-9a5f-4a30-bbb0-83dafc79f7df">

After:
<img width="640" alt="Screenshot 2024-05-21 at 11 17 25�PM" src="https://github.com/flutter/engine/assets/919017/629e30a5-d0c5-4b7a-a3e2-bf715aa4ba78">

<img width="115" alt="Screenshot 2024-05-21 at 11 16 38�PM" src="https://github.com/flutter/engine/assets/919017/12e51892-6009-47d0-a4e5-1f1b017c99e8">
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

autosubmit Merge PR when tree becomes green via auto submit App e: impeller will affect goldens

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SVG rendering issues after flutter upgrade from 3.7

3 participants