[PR #72] [MERGED] Separate strokes if erasers do not match #75

Closed
opened 2025-12-29 05:19:30 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: bug/eraser-stroke


📝 Commits (1)

  • d8b3362 bug: 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.

## 📋 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>
adam added the pull-request label 2025-12-29 05:19:30 +01:00
adam closed this issue 2025-12-29 05:19:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Memola#75