From 6cb4a09a2c84279c2897e7b0bdbeb490e92f84af Mon Sep 17 00:00:00 2001 From: onezplpl Date: Sat, 3 Aug 2024 00:32:01 -0400 Subject: [PATCH 1/6] add more emojis --- emojis.svg | 65 ++++++++++++++++++++++++++++++++++++++++++------------ index.css | 7 ++++++ index.html | 5 ++--- index.js | 11 +++++---- 4 files changed, 67 insertions(+), 21 deletions(-) diff --git a/emojis.svg b/emojis.svg index b0f258c..7d52d15 100644 --- a/emojis.svg +++ b/emojis.svg @@ -22,15 +22,15 @@ inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" - inkscape:zoom="2.2009868" - inkscape:cx="80.191302" - inkscape:cy="65.198027" + inkscape:zoom="3.1126654" + inkscape:cx="165.93496" + inkscape:cy="134.77196" inkscape:window-width="1860" inkscape:window-height="1005" inkscape:window-x="30" inkscape:window-y="45" inkscape:window-maximized="1" - inkscape:current-layer="doowie" /> + transform="translate(-2.060262,-6.634307)" /> diff --git a/index.css b/index.css index f48809a..7f1ec8a 100644 --- a/index.css +++ b/index.css @@ -109,4 +109,11 @@ svg.char.selected_true { input { display: block; margin: 10px; +} + +.inputs { + display: flex; + justify-content: center; + align-items: center; + flex-wrap: wrap; } \ No newline at end of file diff --git a/index.html b/index.html index 70b19c9..2deee30 100644 --- a/index.html +++ b/index.html @@ -14,9 +14,8 @@

Make your own Onezmoji! Work in progress...

More at the Zenoverse

- +
\ No newline at end of file diff --git a/index.js b/index.js index 0fc78d6..298e0f3 100644 --- a/index.js +++ b/index.js @@ -34,14 +34,14 @@ function main(init = false) { } } else { for (let char in charData) { - let p = document.createElement('p'); + let p = document.createElement('span'); p.textContent = char; - sec.appendChild(p); + document.querySelector('.inputs').appendChild(p); let input = document.createElement('input'); input.type = 'color'; input.id = 'color_' + char; input.value = getRandomColor(); - sec.appendChild(input); + document.querySelector('.inputs').appendChild(input); input.onchange = () => main(false); } } @@ -84,4 +84,7 @@ function main(init = false) { } } -window.onload = () => main(true); \ No newline at end of file +window.onload = () => { + main(true); + main(false); +} \ No newline at end of file From 90757fead452c3e3eeacd240849ea9dd73466ee8 Mon Sep 17 00:00:00 2001 From: onezplpl Date: Sat, 3 Aug 2024 00:33:48 -0400 Subject: [PATCH 2/6] unkill link --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2deee30..cb2be8d 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@

Onezmoji Generator

Make your own Onezmoji! Work in progress...

-

More at the Zenoverse

+

More at the Zenoverse

From 0955cc9122719a56d5001155534097d625d6266a Mon Sep 17 00:00:00 2001 From: onezplpl Date: Sat, 3 Aug 2024 00:41:29 -0400 Subject: [PATCH 3/6] fix issues with troll emoji --- emojis.svg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/emojis.svg b/emojis.svg index 7d52d15..a68a0b6 100644 --- a/emojis.svg +++ b/emojis.svg @@ -22,9 +22,9 @@ inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" - inkscape:zoom="3.1126654" - inkscape:cx="165.93496" - inkscape:cy="134.77196" + inkscape:zoom="8.8039472" + inkscape:cx="188.60858" + inkscape:cy="140.67554" inkscape:window-width="1860" inkscape:window-height="1005" inkscape:window-x="30" @@ -156,18 +156,18 @@ id="path29" style="fill-opacity:1;stroke:none;stroke-width:33.9727;stroke-linecap:round;stroke-dasharray:none;paint-order:normal;stroke-opacity:1" d="m 393.82963,303.86555 c -1.20013,-1.09139 -2.41713,-1.99408 -3.58305,-2.4816 -8.76745,-3.66604 -18.32498,-4.49183 -28.04075,-3.9281 -0.13304,-4.55309 -0.14597,-9.53511 -0.14597,-14.9294 0,-31.47732 0.22344,-46.91152 16.25646,-46.91152 16.25484,1e-5 16.25647,20.1989 16.25647,46.91152 0,7.96417 -0.18523,15.12144 -0.74316,21.3391 z" /> Date: Sat, 3 Aug 2024 00:42:03 -0400 Subject: [PATCH 4/6] what --- emojis.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emojis.svg b/emojis.svg index a68a0b6..f98cdd5 100644 --- a/emojis.svg +++ b/emojis.svg @@ -156,7 +156,7 @@ id="path29" style="fill-opacity:1;stroke:none;stroke-width:33.9727;stroke-linecap:round;stroke-dasharray:none;paint-order:normal;stroke-opacity:1" d="m 393.82963,303.86555 c -1.20013,-1.09139 -2.41713,-1.99408 -3.58305,-2.4816 -8.76745,-3.66604 -18.32498,-4.49183 -28.04075,-3.9281 -0.13304,-4.55309 -0.14597,-9.53511 -0.14597,-14.9294 0,-31.47732 0.22344,-46.91152 16.25646,-46.91152 16.25484,1e-5 16.25647,20.1989 16.25647,46.91152 0,7.96417 -0.18523,15.12144 -0.74316,21.3391 z" /> Date: Sat, 3 Aug 2024 01:04:20 -0400 Subject: [PATCH 5/6] license --- LICENSE | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 60d9fd9..e4ed5a7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,9 +1,14 @@ -MIT License +Copyright (C) 2024 Onez -Copyright (c) 2024 derv +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +You should have received a copy of the GNU General Public License +along with this program. If not, see . From e928afb1f9d98a7a2a14ceebf979fbee301ad68e Mon Sep 17 00:00:00 2001 From: biglyderv Date: Sat, 3 May 2025 00:20:19 -0400 Subject: [PATCH 6/6] fix attribution --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index cb2be8d..1af6d9e 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@

Onezmoji Generator

Make your own Onezmoji! Work in progress...

-

More at the Zenoverse

+

More at Dervland