Skip to content

fix(icons): fix SVG path data, clipPath fills, and missing paths across all icon categories - #281

Merged
murukal merged 2 commits into
mainfrom
fix/icons-svg-path-fixes
Jul 29, 2026
Merged

fix(icons): fix SVG path data, clipPath fills, and missing paths across all icon categories#281
murukal merged 2 commits into
mainfrom
fix/icons-svg-path-fixes

Conversation

@murukal

@murukal murukal commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Summary

全量修复图标的 SVG 渲染问题,共涉及 808 个文件变更。

Changes

Icon Fixes

  • clipPath 填充色修复: 将所有 clipPathfill=currentColor 修正为 fill=white,确保裁剪路径正确渲染
  • SVG path 数据优化: 重写冗余空格格式的 path 数据为更简洁的格式
  • 缺失 path 补充: 修复 pets、plagiarism、troubleshoot、try、perm-data-setting、remove-shopping-cart、satellite-alt、speaker-notes-off、thumbs-up-down 等多个图标的缺失 SVG paths
  • av 分类图标修复: 修复 forward-5、games、hd、hearing、hearing-disabled、high-quality、interpreter-mode 的无效 path 数据
  • 占位符替换: 修复 30fps-select 和 60fps-select 的 Vector 占位符
  • 文件清理: 移除 editor 分类下的无效图标文件

Other

  • Theme: ToggleOptions 支持自定义动画时长
  • Version: 1.1.1-beta.0 → 1.1.1-beta.1

🤖 Generated with Claude Code

murukal and others added 2 commits July 29, 2026 23:37
…ss all icon categories

- Fix clipPath fill from currentColor to white for correct clipping behavior
- Rewrite SVG path data to cleaner format without redundant spacing
- Add missing SVG paths for pets, plagiarism, troubleshoot, try and other icons
- Fix invalid path data in 7 av category icons
- Fix Vector placeholder in 30fps-select and 60fps-select icons
- Bump version to 1.1.1-beta.1

Co-Authored-By: Claude <noreply@anthropic.com>
- Consume changeset and update CHANGELOG
- Bump version to 1.2.0

Co-Authored-By: Claude <noreply@anthropic.com>
@murukal
murukal merged commit 74e038f into main Jul 29, 2026
@murukal
murukal deleted the fix/icons-svg-path-fixes branch July 29, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant