lp:inkscape/0.92.x
- Get this branch:
- bzr branch lp:inkscape/0.92.x
Branch merges
Related bugs
Bug #980527: Gcodetools: Unlocalized messages | Undecided | Fix Committed |
|
Bug #1269698: Preferences, Undo, Redo and Revert stock icons are missing (rev >= 12868) | Medium | Triaged |
|
Bug #1599763: Inkscape destroys texts and small lines in emf images | Undecided | New |
|
Bug #1619557: Text and Font: only hide 'spacing_combo', keep other layout options visible | Medium | In Progress |
|
Bug #1627004: closed during opening .cdr files | Undecided | Fix Committed |
|
Bug #1644886: Color profiles not loaded on Windows | Medium | In Progress |
|
Related blueprints
Branch information
Recent revisions
- 15432. By Patrick Storz
-
cmake: Store default CMAKE_INSTALL_
PREFIX to cache, otherwise it will be lost on subsequent runs (backport from trunk r15692)
- 15431. By Patrick Storz
-
Inkview: Fix loading files with non-ASCII characters in filename
(backport from trunk revision 15690.1.1)
- 15429. By Patrick Storz
-
Backport cmake improvements from trunk (including generation of inkview.com)
(see trunk revisions 15677..15681)
- 15428. By Patrick Storz
-
Fix crash with fonts containing illegal characters in family name.
In the problem at hand [1] the crash is caused by a font with the name "Æ Systematic -BRK-". However the font family name returned by pango is "\xc6 Systematic - BRK-". "(\xc6" is the character code of "Æ" in Latin-1 encoding, but is not a valid UTF-8 character, so obviously at some point there went something wrong with character encoding conversion)
At this time it is unclear to me where in the chain the issue originates, as it's possible that
a) the font name is already stored incorrectly in the font file
b) fontconfig incorrectly parses the font file when creating the font cache
c) pango messes up somehowFor now we ignore fonts with illegal characters in file name as they cause a whole lot of issues (even before triggering a crash), but figuring out the above and (if applicable) work around it in Inkscape might make the font available after all.
[1] https:/
/answers. launchpad. net/inkscape/ +question/ 630886 (backport of trunk r15687)
- 15427. By Patrick Storz
-
Relax any hardcoded limit from the libxml2 parser when creating documents from memory
This fixes many bugs (mostly caused by very long image data URIs)
(backport from trunk r15654)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~inkscape.dev/inkscape/trunk