mirror of
https://github.com/penpot/penpot.git
synced 2026-07-02 04:15:26 +00:00
* ✨ Add dedicated Line and Arrow drawing tools Introduce a Line/Arrow toolbar option and a click-drag drawing interaction that matches Figma's workflow: select the tool, press and drag to define the line in one gesture, with Shift snapping to 15° increments. Arrowhead style can be toggled on either endpoint via the existing stroke-cap controls. Signed-off-by: jack-stormentswe <crazycoder131@gmail.com> * 💄 Fix formatting error Signed-off-by: jack-stormentswe <crazycoder131@gmail.com> * 🐛 Translate line and arrow tooltips in top toolbar Signed-off-by: Luis de Dios <luis.dedios@kaleidos.net> * 🐛 Add missing namespace Signed-off-by: Luis de Dios <luis.dedios@kaleidos.net> * 📚 Update copyright notice Signed-off-by: Luis de Dios <luis.dedios@kaleidos.net> * Add translations (EN) for toolbar elements Signed-off-by: Luis de Dios <luis.dedios@kaleidos.net> * Add translations (ES) for toolbar elements Signed-off-by: Luis de Dios <luis.dedios@kaleidos.net> * ♻️ Improve stroke-cap-end update for arrow handling Signed-off-by: Luis de Dios <luis.dedios@kaleidos.net> * 🐛 Fix shortcuts select tool but do not replace it in the toolbar Refactor tool selection logic in top_toolbar.cljs Signed-off-by: Luis de Dios <luis.dedios@kaleidos.net> * ♻️ Remove unnecessary blank line Signed-off-by: Luis de Dios <luis.dedios@kaleidos.net> --------- Signed-off-by: jack-stormentswe <crazycoder131@gmail.com> Signed-off-by: Jack Storment <88656337+jack-stormentswe@users.noreply.github.com> Signed-off-by: Luis de Dios <luis.dedios@kaleidos.net> Co-authored-by: Luis de Dios <luis.dedios@kaleidos.net>