diff --git a/js/annotation_editor.html b/js/annotation_editor.html index 27a8a15..8412d55 100644 --- a/js/annotation_editor.html +++ b/js/annotation_editor.html @@ -98,6 +98,10 @@ cursor: text; } + #annotation-canvas.tool-blur { + cursor: url('data:image/svg+xml;utf8,') 12 12, crosshair; + } + #text-input { position: absolute; display: none; @@ -182,6 +186,18 @@ background: #B91C1C; } + #blur-tool.active { + background: #4F46E5; + border-color: #4F46E5; + box-shadow: + 0 0 0 3px rgba(79, 70, 229, 0.3), + 0 4px 12px rgba(79, 70, 229, 0.4); + } + + #blur-tool.active:hover { + background: #4338CA; + } + .action-button { padding: 0 24px; height: 44px; @@ -341,6 +357,7 @@ A Arrow R Rectangle T Text + B Blur Ctrl+Z Undo Esc Cancel Ctrl+Enter Save @@ -372,6 +389,16 @@ +