Comment 1 for bug 1668115

Revision history for this message
Patrick Storz (ede123) wrote :

Here's a patch addressing the translation issue.

With the patch applied "description"s should be properly translated regardless whether xml:space="preserve" is specified or not.

Also it fixes/improves the following:
- Account for cases where the <param> node has multiple children (this can be the case if comments are included in the .inx file wich are interleaved with the text content but also if e.g. <br/> tags are used). Inkscape will now concatenate all (text-only) children of the <param> node.
- Allow <br/> to be used to produce a line break in descriptions.