Skip to content

Commit

Permalink
Remove SVG icon section (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Jan 23, 2025
1 parent 822c894 commit 44e1e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
</StackPanel>
</local:ControlExample.Example>
</local:ControlExample>
<local:ControlExample
<!--<local:ControlExample
x:Name="Example4"
HeaderText="A ImageIcon using a SVG image in a button">
<local:ControlExample.Example>
<Button Name="ImageExample2">
<ui:ImageIcon Width="50" Source="https://raw.githubusercontent.com/DiemenDesign/LibreICONS/master/svg-color/libre-camera-panorama.svg" />
</Button>
</local:ControlExample.Example>
</local:ControlExample>
</local:ControlExample>-->
<local:ControlExample
x:Name="Example5"
HeaderText="A PathIcon in a button">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public void UpdateExampleCode()
Example1.Xaml = Example1Xaml;
Example2.Xaml = Example2Xaml;
Example3.Xaml = Example3Xaml;
Example4.Xaml = Example4Xaml;
Example5.Xaml = Example5Xaml;
Example6.Xaml = Example6Xaml;
}
Expand Down

0 comments on commit 44e1e33

Please sign in to comment.