Closed joereddington closed 3 years ago
I've created a single slide pptx file. CK20V2.pptx
It tests:
It generates this aid
Which displays like this:
Which isn't as I think it should look (the place commands have overwritten the label somehow...)
I put images in to see if there was an effect:
but no luck.
Looking at the code (grab_text.py line 73), it's clear that I intended that behaviour when I wrote it, but I don't know why...
The display issue has been solved: but nobody was complaining about that, so time to deal with the actual issue.
For example ovf(place(‘3’)) would place 3 and not ‘3’. Then also ovf(place(‘ ‘)) would place space symbol and not ‘%20’