From 7147ebf21a267cbb97670b75356e868f68bbf4a4 Mon Sep 17 00:00:00 2001 From: Juyeong Lee Date: Fri, 26 Feb 2021 01:29:31 +0900 Subject: [PATCH] Fix typo in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea5da10f..ba3017ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ You can keep the file name, but don't please contain any prefix(tvg) nor suffix( We introduced new method Paint::composite() to support composite behaviors.
This allows paints to composite with other paints instances.
- Composite behaviors depends on its compoite method type.
+ Composite behaviors depend on its composite method type.
Here we firstly introduced "ClipPath" method to support clipping by path unit of paint.
tagetPaint->composite(srcPaint, CompositeMethod::ClipPath);