Skip to content

Commit

Permalink
Demos: Optimize PNG files
Browse files Browse the repository at this point in the history
Optimization done by calling:

    for i in `find -name '*.png'`; do optipng -o7 -zm9 $i; done

Closes gh-2132
  • Loading branch information
dilyanpalauzov committed Dec 20, 2022
1 parent 4558844 commit 827abdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 0 deletions.
Binary file modified demos/selectmenu/images/24-rss-square.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demos/selectmenu/images/24-video-square.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 827abdf

Please sign in to comment.