color-js / elements

WIP
14 stars 1 forks source link

logo.svg crops left side of graphic #164

Open sidewayss opened 4 days ago

sidewayss commented 4 days ago

https://github.com/color-js/elements/blob/main/logo.svg

Note how the red < is cropped. I don't have this repo forked, but I imagine that the viewBox needs to be adjusted to set the left edge in negative territory (it's currently at zero) and to increase the width accordingly: https://github.com/color-js/elements/blob/24ac3f7a67178f0b4cd5bc5da8b1bb3562e316fe/logo.svg#L1

Though that moves the image behind it off-center, so maybe you need to move that red angle bracket rightward instead. Then you might need to redo the horizontal spacing in that layer.