bitcoin-nfts / bitcoin-colors

A sample NFT collection that shows the strong connection between Stacks and Bitcoin.
6 stars 2 forks source link

Replace SVG circle path with circle element #32

Closed whoabuddy closed 1 year ago

whoabuddy commented 1 year ago

After revising the SVG and running the paths through the very cool SVG Path Visualizer, it shows the first path is just a circle:

<path fill="gray" d="M4030.06 2540.77C3756.82 3636.78 2646.74 4303.79 1550.6 4030.48 454.92 3757.24-212.09 2647.09 61.27 1551.17c273.12-1096.13 1383.2-1763.19 2479-1489.95C3636.33 334.46 4303.3 1444.73 4030.03 2540.79l.02-.02z" />

This could likely be simplified by using the SVG circle element and would be worth exploring as it'd be less code overall.

whoabuddy commented 1 year ago

Closing after discussion on simplifying scope of the approach - this no longer needs to be optimized and reconstructed in Clarity.