{{!-- token-image-editor.hbs --}} {{!-- Root element for the ApplicationV2 window body --}}
{{!-- ================================================================== --}} {{!-- TOOLBAR --}} {{!-- ================================================================== --}} {{!-- ================================================================== --}} {{!-- MAIN BODY: three-column layout --}} {{!-- ================================================================== --}}
{{!-- ---------------------------------------------------------------- --}} {{!-- LEFT PANEL: Adjustments --}} {{!-- ---------------------------------------------------------------- --}} {{!-- ---------------------------------------------------------------- --}} {{!-- CENTRE: Canvas viewport --}} {{!-- ---------------------------------------------------------------- --}}
{{!-- The canvas itself. JS sizes it to fill this container. --}} {{!-- UI overlay canvas for tool feedback (lasso path, handles). --}} {{!-- Sits on top of #tie-canvas via CSS absolute positioning. --}} {{!-- Mini-map --}}
{{!-- Lasso mode hint banner --}} {{#if (eq activeTool 'lasso')}}
{{localize "TOKENIZER-2.LassoHint"}}
{{/if}}
{{!-- ---------------------------------------------------------------- --}} {{!-- RIGHT PANEL: Layers / Masks / Frames (tabbed) --}} {{!-- ---------------------------------------------------------------- --}}
{{!-- /.tie-body --}}
{{!-- /.tie-layout --}}