[LOGO] dogelon-mars - #1447
Conversation
a91ff91 to
2951f39
Compare
a3e2f52 to
6ff96dc
Compare
42930d6 to
6ca4be2
Compare
b81977a to
b2634db
Compare
e56ed64 to
0f87061
Compare
cdd4f53 to
56fc09e
Compare
21f456a to
db6206e
Compare
9bac5c7 to
68b851f
Compare
facf6a5 to
d713681
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 4 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit bed7ded. Configure here.
| </defs> | ||
| <path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="22.926" d="M1053 1257s25-17 118 16 98 64 160 65 112-32 118-68c22-132-182-118-259-86-65 26-140 74-140 74"/> | ||
| <path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="22.926" d="M1438 1195c-2 3-14-6-107 45s-87 94-149 106-112-19-118-54c-22-128 182-153 259-136 65 14 115 39 115 39"/> | ||
| <ellipse cx="1250" cy="1250" fill="#ccc" rx="53" ry="24"/> |
There was a problem hiding this comment.
Misplaced center ellipse
Medium Severity
A gray ellipse sits at the exact viewBox center (1250,1250) with the same rx/ry as the chin highlight ellipse later in the file. That center placement is above the eyes, so it does not match a nose or other facial feature and looks like a leftover duplicate from editing.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit bed7ded. Configure here.
| </radialGradient> | ||
| </defs> | ||
| <path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="22.926" d="M1053 1257s25-17 118 16 98 64 160 65 112-32 118-68c22-132-182-118-259-86-65 26-140 74-140 74"/> | ||
| <path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="22.926" d="M1438 1195c-2 3-14-6-107 45s-87 94-149 106-112-19-118-54c-22-128 182-153 259-136 65 14 115 39 115 39"/> |
There was a problem hiding this comment.
Orphan eye stroke paths
Low Severity
Two fill="none" strokes use the same eye-shaped curves as the white eye fills but start at different coordinates (1053/1438 vs 639/1792). They also use Illustrator’s distinctive stroke-miterlimit="22.926", matching known leftover guide paths elsewhere in the repo.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit bed7ded. Configure here.
| <circle cx="759" cy="1452" r="18" fill="#fff"/> | ||
| <circle cx="1655" cy="1456" r="18" fill="#fff"/> | ||
| <ellipse cx="1263" cy="2180" fill="#e6e6e6" rx="53" ry="24"/> | ||
| <path fill="#0c0504" d="M1243 2461c11 8 9 17 16 36l23 3c4-36-6-84-49-75-4 26-4 14 11 37z"/> |
There was a problem hiding this comment.
Duplicate chin path
Low Severity
The final chin tip path redraws geometry already present at the end of an earlier #0c0504 path (zm1086 768 after M157 1693 resolves to the same M1243 2461 contour). The extra path is redundant in both theme files.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit bed7ded. Configure here.
| <linearGradient id="logo_dogelon-mars_svg__e" x1="10.303" x2="10.279" y1="0" y2="11.957" gradientUnits="userSpaceOnUse"> | ||
| <stop stop-color="#877c6a"/> | ||
| <stop offset=".388" stop-color="#544840"/> | ||
| <stop offset="1" stop-color="#634f21"/> |
There was a problem hiding this comment.
Stale PNG logo assets
Medium Severity
This PR replaces both SVG variants with new 2500×2500 artwork but leaves logo/dogelon-mars.png and logo-dark/dogelon-mars.png unchanged. Those PNGs still ship in the published package, so any consumer resolving the raster files keeps the old branding while SVG users see the new logo.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit bed7ded. Configure here.


Note
Overview
Replaces the Dogelon Mars token artwork in
logo/dogelon-mars.svgandlogo-dark/dogelon-mars.svgwith a new high-detail vector (viewBox0 0 2500 2500instead of the previous20×20icon).The new files use a simpler gradient set (two radial gradients) and redrawn paths, strokes, and eye highlights; filenames stay the same so existing
logo: "dogelon-mars.svg"entries in crypto metadata keep working without JSON changes.Reviewed by Cursor Bugbot for commit 3f83efd. Bugbot is set up for automated code reviews on this repo. Configure here.