Fix Gitea Issue #1: Text-Generator Verbesserungen

- Rahmenform Standard auf 'Rechteck' gesetzt (statt 'Keiner')
- Pfeile werden nun korrekt im SVG-Bereich dargestellt (viewBox + Padding)
- Numerische Eingabefelder neben allen Slidern hinzugefügt
- Text-Positionierung im Rahmen ermöglicht (horizontal + vertikal)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
architeur
2025-12-14 21:51:20 +01:00
parent d707c5001d
commit acfd23ec57
5 changed files with 265 additions and 51 deletions

View File

@@ -16,6 +16,8 @@ const TextGenState = {
paddingRight: 10,
paddingBottom: 10,
paddingLeft: 10,
textAlignX: 'center',
textAlignY: 'center',
lineStyle: 'solid',
lineWeight: 2,
arrow: 'none',
@@ -38,6 +40,8 @@ const TextGenState = {
paddingRight: 10,
paddingBottom: 10,
paddingLeft: 10,
textAlignX: 'center',
textAlignY: 'center',
lineStyle: 'solid',
lineWeight: 2,
arrow: 'none',