Skip to content

Commit

Permalink
docs: updated docs with the most recent property
Browse files Browse the repository at this point in the history
  • Loading branch information
pictos committed Aug 15, 2023
1 parent 71cc5bf commit 688268e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/uno-resizetizer-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Properties that can be used across all items
| Link | Used to specify a custom path for your image, this path should be used inside your application when you want to reference the image |
| Resize | Boolean value to say if the asset should Resized or not. By default just vectors asset are resized by default |
| TintColor | Color that will be used to tint the image during the resize phase. You can use a Hex value or a named value like `Fuchsia` |
| Color | Color that will be used as a background color |
| Color | Color that will be used as a background color |

## UnoIcon

Expand All @@ -36,6 +36,7 @@ Properties that can be used across all items
| WindowsForegroundScale | The same as ForegroundScale, but the value will be applied just for Windows |
| IOSForegroundScale | The same as ForegroundScale, but the value will be applied just for iOS |
| SkiaForegroundScale | The same as ForegroundScale, but the value will be applied just for Skia targets |
| ProjectDirectory | Used to specify the path of the file where UnoIcon is defined, it helps Resizetizer to find the full path of the app icon asset |

> [!NOTE]
> The PlatformsForegroundScale (AndroidForegroundScale, WasmForegroundScale, etc) will override the global ForegroundScale value.
Expand Down
3 changes: 2 additions & 1 deletion doc/using-uno-resizetizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ During the creation of your `svg` file, please remember to make the `ViewBox` bi
<ItemGroup>
<UnoIcon Include="$(MSBuildThisFileDirectory)Icons\iconapp.svg"
ForegroundFile="$(MSBuildThisFileDirectory)Icons\appconfig.svg"
Color="#FF0000"/>
Color="#FF0000"
ProjectDirectory="$(MSBuildThisFileDirectory)"/>
</ItemGroup>
```

Expand Down

0 comments on commit 688268e

Please sign in to comment.