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"
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" align:end; text-anchor: end/text- align:start; text-anchor: start/' -i "$TMP"
sed 's/text-