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:
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -625 630 615" overflow="visible" height="600"> |
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 theviewBoxneeds to be adjusted to set the left edge in negative territory (it's currently at zero) and to increase the width accordingly:elements/logo.svg
Line 1 in 24ac3f7
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.