pycairo icon indicating copy to clipboard operation
pycairo copied to clipboard

Text from a svg file is not displayed correctly with Adobe Illustrator

Open PBrockmann opened this issue 3 years ago • 1 comments

I have a strange behaviour with a SVG file produced from https://www.geeksforgeeks.org/pycairo-displaying-text/ The svg produced is correctly displayed from different browsers (Google Chrome, Firefox) and Inkscape but not from Adobe illustrator.

It appears with AI with very large letters. a

Here is the test file. geek95

Perhaps a problem out of the scope of pycairo but any help would be welcomed. regards

PBrockmann avatar Aug 03 '22 16:08 PBrockmann

This looks like an issue with cairo itself, I would consider asking on their mailing list first.

It may be worth opening an issue on the upstream cairo page (and putting a link to here) - https://gitlab.freedesktop.org/cairo/cairo/

It may be worth trying to port the example to C if you're going that route.

stuaxo avatar Sep 15 '22 11:09 stuaxo