Open sidewayss opened 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
<
viewBox
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.
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 theviewBox
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#L1Though 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.