mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-25 13:45:03 +08:00
perf(icons): shrink ccsub and shengsuanyun embedded-image SVGs
Both were "fake vector" SVGs wrapping a single oversized base64 PNG (ccsub embedded 1446x1328 / 1.16MB, shengsuanyun 720x720 / 212KB), rendered at ~32px. Downscale the embedded bitmap to a 256px max dimension and re-embed, keeping the SVG wrapper, filename, and import unchanged (no code change). Result: ccsub 1.16MB -> 60KB, shengsuanyun 212KB -> 51KB.
This commit is contained in:
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 60 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 212 KiB After Width: | Height: | Size: 51 KiB |
Reference in New Issue
Block a user