SVG-Edit / svgedit

Powerful SVG-Editor for your browser
MIT License
6.33k stars 1.52k forks source link

fix: Enhance text properties for multiple selected elements (SVG-Edit/svgedit#918) #919

Closed Moath-Zaghdad closed 9 months ago

Moath-Zaghdad commented 9 months ago

This commit addresses issue SVG-Edit/svgedit#918 by improving text property handling when multiple elements are selected. You can now set Bold, Italic, Text-Decoration, Text-Anchor, Letter-Spacing, Word-Spacing, Text Length, and Length Adjust.

jfhenon commented 9 months ago

The update of the top toolbar works inconsistently based on the first element in selectedElements. However, this is a useful PR so I merge it.

image