Changed the in-app logo

This commit is contained in:
Rohit Awate 2018-01-29 10:16:55 +05:30
parent d884ec4269
commit 6b49c86836
4 changed files with 115 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -0,0 +1,112 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="512mm"
height="512mm"
viewBox="0 0 512 512"
version="1.1"
id="svg8"
inkscape:version="0.92.1 r15371"
sodipodi:docname="Logo.svg"
inkscape:export-filename="D:\IntelliJ Projects\RESTaurant\src\main\resources\assets\Logo.png"
inkscape:export-xdpi="6.3499999"
inkscape:export-ydpi="6.3499999">
<defs
id="defs2"/>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="337.89289"
inkscape:cy="1017.1429"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1920"
inkscape:window-height="1001"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"/>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title/>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,215)">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.46288681;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4489"
sodipodi:type="arc"
sodipodi:cx="255.99998"
sodipodi:cy="138.46925"
sodipodi:rx="234.42857"
sodipodi:ry="234.81232"
sodipodi:start="3.1415927"
sodipodi:end="0"
d="M 21.571411,138.46924 A 234.42857,234.81232 0 0 1 255.99999,-96.343063 234.42857,234.81232 0 0 1 490.42856,138.46925 l -234.42858,0 z"/>
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:19.5357151;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4531"
sodipodi:type="arc"
sodipodi:cx="255.99998"
sodipodi:cy="-86.989944"
sodipodi:rx="24.121181"
sodipodi:ry="43.811939"
sodipodi:start="3.1415927"
sodipodi:end="0"
d="m 231.8788,-86.989946 a 24.121181,43.811939 0 0 1 24.12119,-43.811934 24.121181,43.811939 0 0 1 24.12118,43.811936 l -24.12119,0 z"/>
<rect
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:19.48391342;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4537"
width="455.88513"
height="49.278702"
x="28.057434"
y="163.54909"
rx="26.418335"
ry="25.987139"/>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:66.16094971px;line-height:0.5;font-family:Roboto;-inkscape-font-specification:Roboto;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.34458828"
x="253.36174"
y="67.605461"
id="text4535"><tspan
sodipodi:role="line"
id="tspan4533"
x="253.36174"
y="67.605461"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:condensed;font-size:128.64630127px;font-family:Roboto;-inkscape-font-specification:'Roboto Bold Condensed';stroke-width:0.34458828">REST</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:66.16094971px;line-height:0.5;font-family:Roboto;-inkscape-font-specification:Roboto;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.34458828"
x="256.2746"
y="113.87875"
id="text4541"><tspan
sodipodi:role="line"
id="tspan4539"
x="256.2746"
y="113.87875"
style="fill:#808080;stroke-width:0.34458828">aurant</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5 KiB

View file

@ -15,12 +15,12 @@
<children>
<HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0">
<children>
<ImageView fitHeight="150.0" fitWidth="200.0" pickOnBounds="true" preserveRatio="true">
<ImageView fitHeight="80.0" fitWidth="80.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../assets/LogoWithName.png" />
<Image url="@../assets/LogoWithoutText.png"/>
</image>
<HBox.margin>
<Insets right="5.0" />
<Insets right="20.0"/>
</HBox.margin>
</ImageView>
<TextField fx:id="addressField" maxWidth="800.0" promptText="URL" HBox.hgrow="ALWAYS">