Convert logos to PNG for JavaFX compatibility
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 172 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 538 KiB |
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user