Convert logos to PNG for JavaFX compatibility

This commit is contained in:
2026-03-02 13:13:17 -07:00
parent 693f8bff74
commit 657eeae5cf
4 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 KiB

View File

@@ -21,7 +21,7 @@
<children>
<ImageView fitHeight="80.0" fitWidth="200.0" preserveRatio="true">
<image>
<Image url="@images/leons-pet-store-badge-text.svg" />
<Image url="@images/leons-pet-store-badge-text.png" />
</image>
<VBox.margin>
<Insets bottom="20.0" />

View File

@@ -23,7 +23,7 @@
<children>
<ImageView fitHeight="60.0" fitWidth="60.0" preserveRatio="true">
<image>
<Image url="@images/leons-pet-store-badge.svg" />
<Image url="@images/leons-pet-store-badge.png" />
</image>
<VBox.margin>
<Insets bottom="15.0" />