Closed someThrowAway1900 closed 1 week ago
I added a line to make the svg smaller, which effectively does the same. Thanks for a great addon. closing.
func create_editor_texture(image: Image) -> ImageTexture: image.adjust_bcs(1.0, 1.0, get_editor_icon_saturation()) image.resize(8, 8) # added code. not part of addon
Interesting idea, I may check it out. Good idea to adjust the icon size. That is why I wrote the icon code this way - you can easily adjust it. Good that it works for you. :)
Would it be possible to include wrap around for the filter icons like this?
The reasoning is to reduce the outline width, which would then increase the script working area width.