Error in Icon Theme Specification
Benoit Gschwind <[email protected]> Mon, 26 Apr 2021 09:10:05 +0200
| Newsgroups | gmane.linux.xdg.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, I found a possible error in the current icon-theme-specification where we can read in DirectorySizeDistance pseudo code: if Type is Threshold if iconsize*iconscale < (Size - Threshold)*Scale return MinSize*Scale - iconsize*iconscale if iconsize*iconsize > (Size + Threshold)*Scale return iconsize*iconsize - MaxSize*Scale return 0 Where MaxSize and MinSize aren't related to Threshold. I guess replacing MaxSize by (Size+Threshold) and MinSize by (Size-Threshold) in this lines seems more appropriate. Best regards -- Benoit Gschwind _______________________________________________ xdg mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/xdg