Jonathan Le Roux
Jonathan Le Roux
The error must been happening inside that function. Could you "step into" (F8) that function then keep "stepping over" (Shift+F8) until you hit the error? If the error happens at...
I'm guessing your version of Powerpoint does not support SVG. - If you try to insert an SVG file in your presentation via the "Insert" tab in the ribbon (then...
Could you try the .pptm file in [IguanaTex_v1_61_beta2.zip](https://github.com/Jonathan-LeRoux/IguanaTex/files/13663135/IguanaTex_v1_61_beta2.zip)? It should still insert the SVG but will display a box saying the object wasn't converted to Shape. If this works, I...
Could you send me an example of SVG file that fails?
I had forgotten that this function also gets used when creating a Shape (formerly Vector) display, so that can create all sorts of problems. I will do more tests and...
@AstanVizu I think you're hitting a separate issue reported in https://github.com/Jonathan-LeRoux/IguanaTex/issues/45 and https://github.com/Jonathan-LeRoux/IguanaTex/issues/22#issuecomment-972287547, due to the use of PDF as intermediate step for SVG conversion ("SVG via PDF w/ dvisvgm")....
Closing this issue as it is now "fixed" (as in, "handled properly") in [Release v1.61](https://github.com/Jonathan-LeRoux/IguanaTex/releases/tag/v1.61).
That's a good idea, let me see how I could implement that. A workaround is to create a first shape with the settings you like, then copy/paste it and use...
I implemented the choice of color for the Fill of Shape objects. There are actually many other things one could set other than the Fill, but that would start to...
Fixed with [v1.62 release](https://github.com/Jonathan-LeRoux/IguanaTex/releases/tag/v1.62).