This PR fixes eraser effect applying to overlaying strokes that matches color. Instead of adding them into the same element group, the new element group for them to separate from the previous strokes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/dscyrescotti/Memola/pull/72
**Author:** [@dscyrescotti](https://github.com/dscyrescotti)
**Created:** 11/24/2024
**Status:** ✅ Merged
**Merged:** 11/24/2024
**Merged by:** [@dscyrescotti](https://github.com/dscyrescotti)
**Base:** `main` ← **Head:** `bug/eraser-stroke`
---
### 📝 Commits (1)
- [`d8b3362`](https://github.com/dscyrescotti/Memola/commit/d8b3362a18e00c50cc3c026affa4443ecf4c16ed) bug: separate strokes if erasers do not match
### 📊 Changes
**1 file changed** (+25 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `Memola/Canvas/Elements/Core/ElementGroup.swift` (+25 -1)
</details>
### 📄 Description
### Description
This PR fixes eraser effect applying to overlaying strokes that matches color. Instead of adding them into the same element group, the new element group for them to separate from the previous strokes.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dscyrescotti/Memola/pull/72
Author: @dscyrescotti
Created: 11/24/2024
Status: ✅ Merged
Merged: 11/24/2024
Merged by: @dscyrescotti
Base:
main← Head:bug/eraser-stroke📝 Commits (1)
d8b3362bug: separate strokes if erasers do not match📊 Changes
1 file changed (+25 additions, -1 deletions)
View changed files
📝
Memola/Canvas/Elements/Core/ElementGroup.swift(+25 -1)📄 Description
Description
This PR fixes eraser effect applying to overlaying strokes that matches color. Instead of adding them into the same element group, the new element group for them to separate from the previous strokes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.