Skip to content

Commit

Permalink
Update MainWindow.axaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Jan 26, 2024
1 parent f2d9273 commit c87fd10
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions samples/AvaloniaSvgSample/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
</DockPanel>
</TabItem>

<TabItem Header="Svg Css">
<DockPanel Background="Transparent"
Margin="16"
VerticalAlignment="Stretch"
HorizontalAlignment="Stretch"
DragDrop.AllowDrop="True">
<Svg Path="/Assets/__tiger.svg" Stretch="Uniform" Css=".Black { fill: #FF0000; }" />
</DockPanel>
</TabItem>

<TabItem Header="Extension">
<DockPanel x:Name="svgExtensionDockPanel"
Background="Transparent"
Expand Down

0 comments on commit c87fd10

Please sign in to comment.