From bda93d99d9d181b064e33a15b2f9c8666c7ffe1c Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Mon, 10 Jun 2024 11:02:28 +0900 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ae99be5a..fa4eb194 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,15 +73,15 @@ Here's a sample commit message for clarity: Note: If the source paint lacks path information, clipping may not produce the desired effect. - @API Additions: + API Additions: enum CompositeMethod {None = 0, ClipPath}; Result Paint::composite(std::unique_ptr target, CompositeMethod method) const noexcept; - @Examples: Introduced ClipPath + Examples: Introduced ClipPath - @References: [Provide any relevant links, such as screenshots.] + References: [Provide any relevant links, such as screenshots.] - @Issues: [Link to the issue] + Issues: [Link to the issue] ## Pull Request