lp:~inkscape.dev/inkscape/emf-support

Created by su_v and last modified

=====
NOTE: This branch supersedes <lp:~inkscape.dev/inkscape/lp988601> for technical reasons (to allow clean merge into trunk, done in revision 12488).
=====

For details, please see
<https://code.launchpad.net/~inkscape.dev/inkscape/lp988601>
<https://code.launchpad.net/~inkscape.dev/inkscape/lp988601/+merge/182827/comments/415068>

Report tracking the history of the original branch:
<https://bugs.launchpad.net/inkscape/+bug/988601>

Get this branch:
bzr branch lp:~inkscape.dev/inkscape/emf-support
Members of Inkscape Developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Inkscape Developers
Project:
Inkscape
Status:
Merged

Recent revisions

11745. By su_v

fix make check (POTFILES.in)

11744. By su_v

adapt to changes in r12471 (unit refactoring)

11743. By su_v

merge from trunk (r12487)

11742. By David Mathog

Fix compiler warnings

11741. By Kris

patch of David Mathog in bugtread 988601 comment 186

11740. By su_v

merge from trunk (r12380)

11739. By David Mathog

changes_2013_05_22a.patch:

1. Resolves issue of bug #988601 message 170 (Support of 'Unset' styles in EMF export).

2. Implements CSS 3 (and CSS 2) text-decoration support.
Note that it does not yet provide any method of adding these features - at present it just shows whatever is in the SVG. This new code is also used to display EMF/WMF strike-through and underline text decorations when these files are read in. Those decorations may also be written out to EMF/WMF. Other text decoration features, like overline, or dotted lines, are dropped. For SVG text-decoration -line, -style, -color are all implemented. CSS3 provides two ways to represent the same state, this code uses the compound text-decoration method rather than the 3 fields method. Also it leaves out keywords that are not needed and would break backwards compatibility. For instance:

  text-decoration: underline solid

is valid, but would break CSS2. Solid is the default, so that sort of case is written as:

  text-decoration: underline

If the state is CSS3 specific all of the needed fields are of course include, like

 text-decoration: underline wavy red

3. It incorporates the fix for bug 1181326 (Text edit mishandles span of just colored spaces)

4. It incorporates further changes to text editing so that style can be changed on spans consisting of only spaces when text decorations are present in the span.

5. It incorporates code to disable text decorations when text so marked is mapped onto a path.

6. Fixed more bugs in Hebrew language support than I can remember. Hebrew language export/import to EMF now works quite well. (See the examples in libTERE v 0.7.) WMF does not support unicode and for all intents and purposes Inkscape has no way to read or write Hebrew to it. Some of more important things that now work that didn't (or didn't always): Hebrew diacritical marks, R/L/center justification, and bidirectional text. The Hebrew fonts "Ezra SIL" and "EZRA SIL SR" should be installed before viewing the libTERE examples, otherwise font substitutions will cause some text shifts.

7. Implemented font failover in Text Reassemble, which makes the process more robust. (Again, see the examples in libTERE. )

11738. By su_v

merge from trunk (r12337)

11737. By su_v

merge from trunk (r12322)

11736. By su_v

merge from trunk (r12305)

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
This branch contains Public information 
Everyone can see this information.