mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
Fix typo in CONTRIBUTING.md
This commit is contained in:
parent
e64ff980b0
commit
7147ebf21a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
We introduced new method Paint::composite() to support composite behaviors. </br>
|
||||||
This allows paints to composite with other paints instances. </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>
|
Here we firstly introduced "ClipPath" method to support clipping by path unit of paint.</br>
|
||||||
|
|
||||||
tagetPaint->composite(srcPaint, CompositeMethod::ClipPath);</br>
|
tagetPaint->composite(srcPaint, CompositeMethod::ClipPath);</br>
|
||||||
|
|
Loading…
Add table
Reference in a new issue