Skip to content

Add hatch pattern brushes and reference images - #393

Merged
JimBobSquarePants merged 1 commit into
mainfrom
js/pattern-brushes
May 11, 2026
Merged

Add hatch pattern brushes and reference images#393
JimBobSquarePants merged 1 commit into
mainfrom
js/pattern-brushes

Conversation

@JimBobSquarePants

Copy link
Copy Markdown
Member

Prerequisites

  • I have written a descriptive pull-request title
  • I have verified that there are no overlapping pull-requests open
  • I have verified that I am following matches the existing coding patterns and practice as demonstrated in the repository. These follow strict Stylecop rules 👮.
  • I have provided test coverage for my change (where applicable)

Description

Add a new large collection of 8x8 boolean hatch masks (derived from GDI+ pixel extraction technique) to provide many hatch patterns. Fixes incorrectly implemented existing pattern brushes.

@codecov

codecovBot commented May 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 93.16860% with 47 lines in your changes missing coverage. Please review.
✅ Project coverage is 86%. Comparing base (c063e6c) to head (dd661f6).

Files with missing linesPatch %Lines
src/ImageSharp.Drawing/Processing/Brushes.cs55%47 Missing ⚠️
Additional details and impacted files
@@ Coverage Diff @@## main #393 +/- ##
====================================
Coverage 85% 86% ====================================
Files 108 109 +1 Lines 8421 9052 +631 Branches 1085 1085 ====================================
+ Hits 7236 7820 +584 - Misses 935 982 +47 
Partials 250 250 
FlagCoverage Δ
unittests86% <93%> (+<1%)⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@JimBobSquarePants
JimBobSquarePants merged commit 4f46a16 into mainMay 11, 2026
12 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@JimBobSquarePants