Description
Given the sample input.fo (adjust the path to sample.svg), the letter spacing of an inline element in a previous block is being applied also to an external-graphic element on a different block.
The letter spacing property in the inline element should not affect the external-graphic in a different block.
Additionally, setting letter-spacing on the external-graphic or it's parent block has no effect and the content still used the letter-spacing of the previous inline text.
The given patch SVG-letter-spacing.patch does fix the issue with letter-spacing, altough it might need a more generic approach.