Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Jan 29, 2024
1 parent b40e3cd commit ea187d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Install-Package Avalonia.Svg.Skia
```XAML
<Image>
<Image.Source>
<SvgImage Source="/Assets/__tiger.svg" Value=".Black { fill: #FF0000; }" />
<SvgImage Source="/Assets/__tiger.svg" Css=".Black { fill: #FF0000; }" />
</Image.Source>
</Image>
```
Expand Down

0 comments on commit ea187d7

Please sign in to comment.