command line specific image glitch in EMF
Bug #1447850 reported by
David Mathog
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Medium
|
David Mathog |
Bug Description
There is a slight difference for EMF output when an image is saved interactively versus when it is run through interactively.
In the examples which will be posted in a minute:
inkscape img1.emf
then interactively save it as imgA.emf results in an EMF which looks exactly like img1.emf. However doing the same thing
this way:
inkscape --file img1.emf --export-
produces a file which has the fill image changed.
reademf shows no difference (other than the embedded file name).
Comparison of binary dumps indicates that the binary data for the image stored in the createdibpatter
is shifted by 1 byte.
tags: | added: cli emf exporting |
Changed in inkscape: | |
assignee: | nobody → David Mathog (mathog) |
milestone: | none → 0.92 |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Version saved interactively, image doesn't change.