Comment 6 for bug 497469

Revision history for this message
Petteri Aimonen (jpa-lp) wrote :

I originally noticed the bug in the exact same use case: using inkscape from command line to convert flow texts to the more widely supported normal text objects.

I have used the following workaround:

sed 's/text-align:center;text-anchor:middle/text-align:start;text-anchor:start/' -i "$TMP"
sed 's/text-align:end;text-anchor:end/text-align:start;text-anchor:start/' -i "$TMP"