fix(icons): fix SVG path data, clipPath fills, and missing paths across all icon categories - #281
Merged
Merged
Conversation
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
全量修复图标的 SVG 渲染问题,共涉及 808 个文件变更。
Changes
Icon Fixes
clipPath的fill=currentColor修正为fill=white,确保裁剪路径正确渲染Other
🤖 Generated with Claude Code