Compare commits

..

2 Commits

Author SHA1 Message Date
57146218c4 Adjust txt in bg. 2023-08-24 23:58:50 +01:00
b2716f6677 Exclude gfx/art from the pkg. 2023-08-24 23:58:12 +01:00
4 changed files with 26 additions and 16 deletions

View File

@@ -15,10 +15,16 @@
# address of your Roku box. (e.g. export ROKU_DEV_TARGET=192.168.1.1. # address of your Roku box. (e.g. export ROKU_DEV_TARGET=192.168.1.1.
# Set in your this variable in your shell startup (e.g. .bashrc) # Set in your this variable in your shell startup (e.g. .bashrc)
########################################################################## ##########################################################################
APPNAME = BanvorFlower APPNAME = Banvor
VERSION = 1.0 VERSION = 1.0
ZIP_EXCLUDE= -x \*.pkg -x storeassets\* -x keys\* -x \*/.\* -x */*.xcf ZIP_EXCLUDE= -x \*.pkg \
-x storeassets\* \
-x keys\* \
-x gfx/art/\* \
-x gfx/Makefile \
-x \*/.\* \
-x */*.xcf
APPS_ROOT_DIR := $(shell git rev-parse --show-toplevel) APPS_ROOT_DIR := $(shell git rev-parse --show-toplevel)

View File

@@ -6,8 +6,8 @@
height="500" height="500"
id="svg2" id="svg2"
version="1.1" version="1.1"
inkscape:version="1.1.1 (c3084ef, 2021-09-22)" inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
sodipodi:docname="feature_graphics.svg" sodipodi:docname="banvor_bg.svg"
inkscape:export-filename="/Users/vahagnk/devel/banvor/app/src/main/art/google_store/feature_graphics_1024x500.png" inkscape:export-filename="/Users/vahagnk/devel/banvor/app/src/main/art/google_store/feature_graphics_1024x500.png"
inkscape:export-xdpi="96" inkscape:export-xdpi="96"
inkscape:export-ydpi="96" inkscape:export-ydpi="96"
@@ -203,20 +203,20 @@
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="0.585" inkscape:zoom="0.585"
inkscape:cx="211.96581" inkscape:cx="88.888889"
inkscape:cy="409.40171" inkscape:cy="409.40171"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="layer6" inkscape:current-layer="layer8"
showgrid="false" showgrid="false"
inkscape:snap-smooth-nodes="false" inkscape:snap-smooth-nodes="false"
inkscape:object-paths="true" inkscape:object-paths="true"
inkscape:snap-global="false" inkscape:snap-global="false"
inkscape:object-nodes="false" inkscape:object-nodes="false"
inkscape:snap-intersection-paths="false" inkscape:snap-intersection-paths="false"
inkscape:window-width="1792" inkscape:window-width="3770"
inkscape:window-height="1067" inkscape:window-height="2096"
inkscape:window-x="0" inkscape:window-x="0"
inkscape:window-y="25" inkscape:window-y="0"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:snap-nodes="true" inkscape:snap-nodes="true"
showguides="true" showguides="true"
@@ -329,16 +329,16 @@
style="display:inline"> style="display:inline">
<text <text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9600;fill-opacity:1;stroke:none" style="font-style:normal;font-weight:normal;font-size:33.4322px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9600;fill-opacity:1;stroke:none;stroke-width:2.78604"
x="-543.33936" x="58.492382"
y="250.59174" y="280.80542"
id="text3062" id="text3062"
transform="matrix(0,-0.93246631,1.0724248,0,0,0)"><tspan transform="scale(0.71568165,1.3972693)"><tspan
sodipodi:role="line" sodipodi:role="line"
id="tspan3064" id="tspan3064"
x="-543.33936" x="58.492382"
y="250.59174" y="280.80542"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:133.209px;line-height:1.25;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ff9600;fill-opacity:1">Բանւոր</tspan></text> style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:371.123px;line-height:1.25;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#ff9600;fill-opacity:1;stroke-width:2.78604">Բանւոր</tspan></text>
</g> </g>
<g <g
inkscape:groupmode="layer" inkscape:groupmode="layer"
@@ -565,4 +565,8 @@
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
sodipodi:nodetypes="scscs" /> sodipodi:nodetypes="scscs" />
</g> </g>
<g
inkscape:groupmode="layer"
id="layer8"
inkscape:label="Blur" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 65 KiB