Juan created FOP-2985: ------------------------- Summary: [PATCH] SVG Images inherit font configuration from sibling objects. Key: FOP-2985 URL: https://issues.apache.org/jira/browse/FOP-2985 Project: FOP Issue Type: Bug Components: image/svg Reporter: Juan Attachments: SVG-letter-spacing.patch, input.fo, sample.svg
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*. -- This message was sent by Atlassian Jira (v8.3.4#803005)