refactor(icons): redesign AI-Points and AI-Box toolbar icons - #1985
Merged
Merged
Conversation
Replace ai-polygon.svg / ai-mask.svg with ai-points.svg / ai-box.svg that name the user input action rather than the output shape: - ai-points: cursor + click-point + AI sparkle - ai-box: dashed selection rectangle + AI sparkle Both match the visual weight of neighboring Phosphor toolbar icons (Polygon, Rectangle, Circle) and use a consistent sparkle accent to mark them as AI variants.
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
ai-polygon.svg/ai-mask.svgwithai-points.svg/ai-box.svgWhy
The previous icons named the output (polygon, mask) and embedded an "AI" text label that duplicated the toolbar tooltip and didn't match the rest of the Phosphor-family toolbar icons. The new icons name the input action (click vs. drag-box), use the universal sparkle accent for "AI variant," and match the visual weight and stroke style of neighboring tools (Polygon, Rectangle, Circle).
Test plan
QSvgRendererat 32px (toolbar size) and 64px alongside Polygon/Rectangle/Circle to verify family consistencyapp.pyreferences updated to new filenames