Skip to content

Commit

Permalink
Regenerate the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Jun 6, 2020
1 parent 5b08f56 commit 46e71e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelogs/SkiaSharp/2.80.0/SkiaSharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ Obsoleted methods:
Added method:

```csharp
public static SKShader CreateCompose (SKShader shaderA, SKShader shaderB, SKBlendMode mode, SKMatrix localMatrix);
public static SKShader CreateLerp (float weight, SKShader dst, SKShader src);
```


Expand Down
2 changes: 1 addition & 1 deletion docs

0 comments on commit 46e71e1

Please sign in to comment.