inkscape:1.3.x

Last commit made on 2024-01-14
Get this branch:
git clone -b 1.3.x https://git.launchpad.net/inkscape

Branch merges

Branch information

Name:
1.3.x
Repository:
lp:inkscape

Recent commits

9e3d641... by Jabiertxof <email address hidden>

BackportMR6104

9192263... by Thomas Holder <email address hidden>

Fix tweak tool crash w/ circle to path conversion

Fixes https://gitlab.com/inkscape/inkscape/-/issues/1964
Fixes https://gitlab.com/inkscape/inkscape/-/issues/4689

6bbd364... by Christian Hesse

include missing header file

This fixes build error:
```
/build/inkscape/src/inkscape/src/object/uri.cpp: In constructor ‘Inkscape::URI::URI(const gchar*, const char*)’:
/build/inkscape/src/inkscape/src/object/uri.cpp:86:9: error: ‘xmlFree’ was not declared in this scope; did you mean ‘xmlFreeURI’?
   86 | xmlFree(full);
```

(cherry picked from commit 694d8ae43d06efff21adebf377ce614d660b24cd)

091e20e... by Marc Jeanmougin <email address hidden>

Inkscape 1.3.2

78b8e88... by Marc Jeanmougin <email address hidden>

Fix wix banner

5f6fd18... by Marc Jeanmougin <email address hidden>

Fix clang-tidy job

3fab9ff... by Jabier Arraiza <email address hidden>

recompute 1.3.1 files on load

9b9bdc1... by Wen-Wei Kao <email address hidden>

Update missed zh_TW translations

e62461e... by Jabier Arraiza <email address hidden>

add 1.3.2 about

c5ad582... by Martin Owens

Ignore whitespace glyphs in glyph-to-text

The rendering of spaces and tabs wasn't so problematic, but the
new-line paragraph is denoted with an AT symbol, which would get
rendered as a regular letter.

Ignoring all whitespace fixes this issue.

Fixes: https://gitlab.com/inkscape/inkscape/-/issues/4675