fskpf/svg2roughjs

Inherited styles are not applied to sketched SVG text elements

fskpf opened this issue · 0 comments

fskpf commented

Reproduce: test-images/css-units.svg with SVG render mode.

The root element of the input SVG has text-anchor: end which is not applied to the sketched text elements, since the implementation only clones the text node and copies the style attribute from the input text element to the sketched element.