CLI --export-text-to-path converts grouped shapes to paths (plain svg export)
Migrated from https://bugs.launchpad.net/inkscape/+bug/1312752
Summary:
--export-text-to-path converts shapes to paths (if they are grouped) on export to svg. It should only convert text.
Steps to reproduce:
- Download in-groups.svg
- For 1.0 or later:
inkscape --export-text-to-path -o out-groups.svg in-groups.svg
- optionally, add the
--export-plain-svg
flag - For 0.92.x or a bit earlier, use
inkscape --export-text-to-path -l out-groups.svg in-groups.svg
- optionally, add the
What happened?
- The circle and the rect are now paths (if they were not in a group, they remain shapes)
What should have happened?
- shapes should be unaffected by the
--export-text-to-path
flag
Bug should be introduced by 6ee7c590 Fix for 903772 : Support --export-text-to-path when outputting plain SVG (bzr r11418)
Version Info:
Edited by Nathan Lee