mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
45f73fd627
commit
bda93d99d9
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
Note: If the source paint lacks path information, clipping may not produce the desired effect.
|
||||||
|
|
||||||
@API Additions:
|
API Additions:
|
||||||
enum CompositeMethod {None = 0, ClipPath};
|
enum CompositeMethod {None = 0, ClipPath};
|
||||||
Result Paint::composite(std::unique_ptr<Paint> target, CompositeMethod method) const noexcept;
|
Result Paint::composite(std::unique_ptr<Paint> 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
|
## Pull Request
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue