Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: graphics clear not clearing mid path. #10561

Merged
merged 1 commit into from
May 21, 2024
Merged

Conversation

GoodBoyDigital
Copy link
Member

@GoodBoyDigital GoodBoyDigital commented May 20, 2024

Description of change

Fixes an issue where clearing the graphics object mid draw was not removing previous instructions.
All good now!

Pre-Merge Checklist
  • Tests and/or benchmarks are included
  • Documentation is changed or added
  • Lint process passed (npm run lint)
  • Tests passed (npm run test)

fixes #10550

Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 95346ea:

Sandbox Source
pixi.js-sandbox Configuration

Copy link
Member

@bigtimebuddy bigtimebuddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice 👍

@Zyie Zyie added ✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t v8 labels May 20, 2024
@GoodBoyDigital GoodBoyDigital linked an issue May 20, 2024 that may be closed by this pull request
@Zyie Zyie merged commit 4fbf7c2 into fix/graphics-leak May 21, 2024
6 checks passed
@Zyie Zyie deleted the fix/graphics-clear branch May 21, 2024 10:04
github-merge-queue bot pushed a commit that referenced this pull request May 21, 2024
* fix event leak in graphics pipe

* tweak

* fix: graphics clear not clearing mid path. (#10561)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t v8
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Graphics.clear() doesn't clear active path
3 participants