Closed Tabaluga closed 1 year ago
Looks good! But please follow the standard layout:
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="..." role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/>...</svg>
that is, using new lines instead of spaces for the first couple of lines
Thanks for your feedback, both icons with new lines as requested:
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Dingoo" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#000"/><path fill="#fff" d="M205 81c-16-1-35 4-50 13-24 14-37 39-35 55 2 10 11 24 24 33 10 6 17 11 28 11 28-1 50-30 55-49 6-18 10-48-1-58-5-3-12-5-21-5zm116 9c-16 0-37 4-50 11-24 15-32 36-30 52 1 9 8 20 21 30 8 8 16 16 27 15 24-4 46-36 51-51 5-14 14-40 7-50-3-4-13-7-26-7zm83 69c-15 0-38 7-53 17-22 15-36 30-34 49 0 10 8 21 19 32 9 8 22 12 31 11 27-3 45-31 51-47 5-16 9-46 1-57-3-3-8-5-15-5zm-250 48c-9 0-18 1-27 5-24 13-43 33-42 65a195 195 0 0 0 110 144c24 10 64 21 94-9 30-29 23-52 14-77-9-24-1-38 4-61 5-35-24-54-50-58-26-5-48 7-59 3-8-3-23-12-44-12zm247 69c-14 0-31 4-45 11-22 12-38 35-33 53 3 10 8 19 20 30 9 7 19 10 29 10 29 1 47-26 51-45 3-18 7-44-1-54-4-4-12-5-21-5z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="OpenDingux" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#000"/><path fill="#fff" d="M164 99c-11 0-22 5-32 15-25 23-32 60-30 148 2 50 4 69 9 83 20 57 64 80 120 62 40-14 112-62 149-101 22-24 30-38 30-55 0-14-6-20-35-38-18-11-18-12-23-36-6-36-15-50-35-58-16-6-18-6-47 0-40 8-44 8-65-6a77 77 0 0 0-41-14z"/></svg>
best regards
One last thing: you can omit fill="#000"
, since black is the default fill color. Also consider opening a PR!
Thanks again for your feedback. I've edited the icons again and added two more. PR #702 created. best regards
Hello @edent ,
today I simplified and created two icons based on the guidelines, which I would like to submit for your collection:
Dingoo handheld
The Dingoo, released in 2009, is a Chinese manufactured handheld and portable media player (PMP) by Shenzhen Dingoo Digital.
Out of the box, the handheld plays numerous emulators up to the fifth generation of video game consoles. Also included are the standard set of PMP features. ^1
OpenDingux distribution
OpenDingux (Dingoo Linux) is a modern Linux distribution for handhelds (Dingoo series, GCW-Zero, PocketGo2 series, Anbernic series ...).
It uses standard Linux interfaces as much as possible, to make it easier to port software from / to OpenDingux. ^2
best regards