Zeilenhöhe-Regler statt "+ Text"; Linienstil editierbar; DOSSIER-Audit gesichert
- "+ Text"-Knopf entfernt (war ohnehin immer deaktiviert, kein Werkzeug dahinter — Text wird ein eigenständiges Zeichenwerkzeug, AUDIT B1). An seiner Stelle ein Zeilenhöhe-Regler (Stepper, Vielfaches der Schriftgrösse) — neues Paragraph.lineHeight, durchgereicht bis in HTML-Vorschau (line-height) und SVG-Render (kumulierte Zeilen- Vorschübe statt festem lineGap). - Linienstil im Attribute-Panel war rein informativ (kein Setter im Host-Kontrakt). onSetSelectionLineStyle ergänzt (nur Drawing2D), jetzt echtes Dropdown statt "—"-Anzeige. - docs/design/dossier-feature-audit.md: der ausführliche A1-A6/B1-B4/ C1-C3/D1-D3/E-Auditbericht aus einer alten Session gesichert (lag bisher nur im Transkript, nicht im Repo) — Quelle der HANDOVER.md- AUDIT-Kürzel.
This commit is contained in:
+5
-2
@@ -211,6 +211,7 @@ export const en: Record<TranslationKey, string> = {
|
||||
"attr.color": "Color",
|
||||
"attr.weight": "Line weight (mm)",
|
||||
"attr.lineStyle": "Line style",
|
||||
"attr.lineStyle.none": "Default",
|
||||
"attr.fill": "Fill",
|
||||
"attr.fillColor": "Fill color",
|
||||
"attr.clearFill": "Remove fill color",
|
||||
@@ -874,8 +875,10 @@ export const en: Record<TranslationKey, string> = {
|
||||
"text.align.left": "Align left",
|
||||
"text.align.center": "Center",
|
||||
"text.align.right": "Align right",
|
||||
"text.add": "Text",
|
||||
"text.add.hint": "Text tool — place new text (coming soon)",
|
||||
"text.lineHeight": "Line height",
|
||||
"text.lineHeight.hint": "Line height (multiple of font size)",
|
||||
"text.lineHeight.increase": "Increase line height",
|
||||
"text.lineHeight.decrease": "Decrease line height",
|
||||
"text.editTitle": "Edit text",
|
||||
"text.apply": "Apply",
|
||||
"text.cancel": "Cancel",
|
||||
|
||||
Reference in New Issue
Block a user