Conversation
- add crosshair arm length and stroke width controls to canvas toolbar - persist crosshair settings in localStorage - use a memoized SVG draw cursor for responsive crosshair rendering - prevent drawing start outside image bounds - clamp drawing and auto-pan updates to image edges so boxes cannot extend past image - bump package version to 1.0.9 - update CHANGELOG with 1.0.9 release notes
…air sizing - reorganize Label/Box/Cursor controls into compact titled groups with aligned heights - replace inline cursor sliders with expandable arm-length and arm-width controls - reduce minimum crosshair stroke width from 1.0 to 0.5 for finer tuning - update 1.0.9 changelog with toolbar/cursor UX refinements
… by default - increase max crosshair arm length from 48 to 96 - render draw crosshair as on-canvas overlay to avoid browser cursor size-limit shrinking - keep compact toolbar groups: Controls (always visible), Zoom (expandable), Label/Box/Cursor - center image by default in viewport and on zoom reset - update changelog for 1.0.9 toolbar and cursor behavior changes
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.
Added
Changed
Controls,Zoom,Label,Box,Cursor) with consistent control heightsControlsto always-visible compact tool buttons (Select,Draw,Pan) under the titleZoomto reduce toolbar width48to96for longer cursor arms1.0to0.5for finer cursor thickness tuningFixed