Update CONTRIBUTING.md

This commit is contained in:
Hermet Park 2020-10-15 12:09:08 +09:00 committed by GitHub
parent a16a9409e4
commit 5b36ce827d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,10 @@ You can keep the file name, but don't please contain any prefix(tvg) nor suffix(
Lastly, please append any issue ticket numbers in this section if any.
- ex) common composite: newly added path clipping feature
- Here is a overall commit message what we expect to review:
- common composite: newly added path clipping feature
We introduced new method Paint::composite() to support composite behaviors. </br>
This allows paints to composite with other paints instances. </br>