If anyone is still there:
I think I found the problem, but I have no idea how to overcome it!
This is my original template file, which, after modification, is supposed to show the colourful emoji, but shows it black:
new_string
Output:
Quote:
'<?xml version="1.0" encoding="UTF-8" standalone="no"?>\n<svg\n width="265"\n height="265"\n viewBox="0 0 70.114582 70.114585"\n version="1.1"\n id="svg1909"\n xmlns="http://www.w3.org/2000/svg">\n <defs\n id="defs1906">\n <rect\n x="25.34241"\n y="41.74044"\n width="240.00753"\n height="177.39687"\n id="rect41737"/>\n <rect\n x="31.30533"\n y="49.19409"\n width="196.77636"\n height="168.45249"\n id="rect3710"/>\n </defs>\n <text\n xml:space="preserve"\n transform="matrix(0.26458333,0,0,0.26458333,0.76196943,27.023706)"\n id="text-box"\n style="font-style:normal;font-weight:normal;font-size:300px;line-height:0px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;white-space re;shape-inside:url(#rect3710);display:inline;fill:#000000;fill-opacity:1;stroke:none"\n x="56.777344"\n y="0"><tspan\n x="32.94043"\n y="135.39245"\n id="letter"><tspan\n style="font-family:\'NotoColorEmoji\';-inkscape-font-specification:\'NotoColorEmoji\';text-align:center;text-anchor:middle"\n id="tspan50637">☀</tspan></tspan></text>\n</svg>\n'
|
If you look a style = you see:
Output:
Quote:
style="font-style:normal;font-weight:normal;font-size:300px;line-height:0px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;white-space re;shape-inside:url(#rect3710);display:inline;fill:#000000;fill-opacity:1;stroke:none"
|
and you see:
Output:
which is, I believe, black! This template started life as a black letter A.
Any brilliant ideas how to overcome this please??
What could I put in fill: to make it show a multi-coloured emoji?
In bash I see this error:
Quote:
peterr@peterr-Modern-15-B7M:~/PVE/emoji2svg2png$ python3 export-all-emojiV4.py
Exporting all emoji...
/usr/bin/inkscape --export-overwrite --export-type="svg" --actions="select-by-id:text-box; object-to-path; export-id:text-box; export-id:text-box; export-do; " /home/peterr/PVE/emoji2svg2png/svg/Animals_Nature-9728-black_sun_with_rays.svg
** (org.inkscape.Inkscape:4550): WARNING **: 06:48:09.171: shape reference on non-text object: 7SPGroup
** (org.inkscape.Inkscape:4550): WARNING **: 06:48:09.172: shape reference on non-text object: 7SPGroup
** (org.inkscape.Inkscape:4550): WARNING **: 06:48:09.175: shape reference on non-text object: 7SPGroup
New symbol: /home/peterr/PVE/emoji2svg2png/svg/Animals_Nature-9728-black_sun_with_rays.svg
|
What is 7SPGroup??