Embedded Graphics in Bash Script
Attached is a little workup I did to begin exploring
the use of embedded graphics, xpm and svg
Version 1.01, 230205
with the intent of not having dependency on system graphic files.
seminal idea by Don570,
a very useful graphic code method
which releases any dependency on the current system having specific images.
All required images can be "Embedded" in the script.
This is a second work-up exploring and prototyping this method
of cutting the dependecies on system graphics,
by Embedding SVG and XPM graphics within the main BASH script.
I have already upgraded several of my projects to include this method.
I found there are minor differences in the XML code model I used
and the one Don570 used, so try your hand.
I have coded graphics for "JUG" and "APPLE" and "HASH" shapes, in four colors each.
Check the front screen picture below.
.
These prototyped Bash script examples appear stable,
within the XML written , based on Don570 XML code methods ,
and have worked well in my own XML methods used in other applications.
I have tested CDW program in uPupJJ, uPupBB, uPupFF, Slacko7.
I have 10 different running Puppy OS on my system, and test in all.
===