Fix typo in CONTRIBUTING.md

This commit is contained in:
Juyeong Lee 2021-02-26 01:29:31 +09:00 committed by Hermet Park
parent e64ff980b0
commit 7147ebf21a

View file

@ -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. </br>
This allows paints to composite with other paints instances. </br>
Composite behaviors depends on its compoite method type. </br>
Composite behaviors depend on its composite method type. </br>
Here we firstly introduced "ClipPath" method to support clipping by path unit of paint.</br>
tagetPaint->composite(srcPaint, CompositeMethod::ClipPath);</br>