Smooth logo badge

This commit is contained in:
2026-03-11 09:09:10 -06:00
parent f36fdff871
commit aba24aae49
2 changed files with 4 additions and 8 deletions

View File

@@ -9,7 +9,6 @@
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.shape.Circle?>
<?import javafx.scene.text.Font?>
<VBox alignment="CENTER" prefHeight="420.0" prefWidth="380.0" spacing="16.0"
@@ -21,10 +20,9 @@
<Insets bottom="40.0" left="50.0" right="50.0" top="40.0" />
</padding>
<children>
<StackPane>
<StackPane style="-fx-background-color: #f8fafc; -fx-background-radius: 999; -fx-padding: 12; -fx-border-color: #d7dee8; -fx-border-radius: 999; -fx-border-width: 1;">
<children>
<Circle fill="#f8fafc" radius="94.0" stroke="#d7dee8" strokeWidth="1.5" />
<ImageView fitHeight="180.0" fitWidth="320.0" preserveRatio="true">
<ImageView fitHeight="180.0" fitWidth="320.0" preserveRatio="true" smooth="true">
<image>
<Image url="@images/leons-pet-store-badge-text.png" />
</image>

View File

@@ -11,7 +11,6 @@
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.shape.Circle?>
<?import javafx.scene.text.Font?>
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="742.0" prefWidth="1069.0" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1" fx:controller="org.example.petshopdesktop.controllers.MainLayoutController">
@@ -24,10 +23,9 @@
</padding>
<children>
<HBox alignment="CENTER">
<StackPane onMouseClicked="#logoClicked" style="-fx-cursor: hand; -fx-effect: dropshadow(gaussian, rgba(15,23,42,0.22), 18, 0.16, 0, 6);">
<StackPane onMouseClicked="#logoClicked" style="-fx-cursor: hand; -fx-effect: dropshadow(gaussian, rgba(15,23,42,0.22), 18, 0.16, 0, 6); -fx-background-color: #f8fafc; -fx-background-radius: 999; -fx-padding: 8; -fx-border-color: #d7dee8; -fx-border-radius: 999; -fx-border-width: 1;">
<children>
<Circle fill="#f8fafc" radius="52.0" stroke="#d7dee8" strokeWidth="1.2" />
<ImageView fx:id="imgLogo" fitHeight="90.0" fitWidth="90.0" preserveRatio="true">
<ImageView fx:id="imgLogo" fitHeight="90.0" fitWidth="90.0" preserveRatio="true" smooth="true">
<image>
<Image url="@images/leons-pet-store-badge.png" />
</image>