Skip to content

Commit

Permalink
Merge pull request #1017 from unoplatform/dev/doti/missing-svg-fix
Browse files Browse the repository at this point in the history
fix: Missing Uno Logo in `Image`
  • Loading branch information
MartinZikmund authored Nov 1, 2023
2 parents fb68cdb + 1dcb511 commit b19f99c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Uno.Gallery/Uno.Gallery.Mobile/Uno.Gallery.Mobile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="SkiaSharp.Views.Uno.WinUI" Version="2.88.6" />
<PackageReference Include="Uno.CommunityToolkit.WinUI.UI.Controls" Version="7.1.200-dev.13.gef3f523648" />
<PackageReference Include="Uno.CommunityToolkit.WinUI.UI.Controls.DataGrid" Version="7.1.200-dev.13.gef3f523648" />
<PackageReference Include="Uno.Cupertino.WinUI" Version="4.0.0-dev.126" />
Expand All @@ -48,6 +49,7 @@
<PackageReference Include="Uno.WinUI.Lottie" Version="5.0.0-dev.2366" />
<PackageReference Include="Uno.Core.Extensions.Disposables" Version="4.0.1" />
<PackageReference Include="Uno.Core.Extensions.Compatibility" Version="4.0.1" />
<PackageReference Include="Uno.WinUI.Svg" Version="5.0.0-dev.2366" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Uno.Gallery/Uno.Gallery.Shared/Assets/Uno-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
<AndroidAsset Include="$(MSBuildThisFileDirectory)Assets\Animations\*.json" Link="Assets\Assets\Animations\%(FileName)%(Extension)" />
</ItemGroup>
<ItemGroup>
<Content Include="$(MSBuildThisFileDirectory)Assets\UnoLogo.svg" />
<Content Include="$(MSBuildThisFileDirectory)Assets\Uno-logo.svg" />
</ItemGroup>
<ItemGroup>
<Folder Include="$(MSBuildThisFileDirectory)Assets\Thumbnails\" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
Height="160"
HorizontalAlignment="Center">

<Image Source="ms-appx:///Assets/UnoLogo.svg"
<Image Source="ms-appx:///Assets/Uno-logo.svg"
Height="80"
Width="80" />
</Border>
Expand Down

0 comments on commit b19f99c

Please sign in to comment.