Skip to content

Commit

Permalink
docs: Adjust wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Dec 16, 2024
1 parent a358873 commit 97b6f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/using-uno-resizetizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ The Uno Platform allows for flexible image handling through direct SVG use or th
* Your app needs to dynamically change aspects of the image, such as color or size, at runtime.
#### How to Implement:

* Add a folder Svg and add here your SVG file.
* Set the build action of your SVG file to Content.
* Add a folder named `Svg` in `Assets` and add your SVG file.
* Set the build action of your SVG file to `Content`.
* Reference the SVG file directly in the Image control's Source property.
```xml
<Image Source="Assets/Svg/my_vector_image.svg" />
Expand Down

0 comments on commit 97b6f2b

Please sign in to comment.