You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After messing with security center settings and enabling macros without warning, I managed to edit the macro according to the changes you suggested and got it working. I made sure to move the template out of the startup folder first before editing it. I was prompted to delete the certificate that it had when saving it.
Thanks syockit. Followed your instructions and SVG now working for me too.
I now have Razor sharp sequence diagrams when saving to PDF.
Just need to remember to disable macros again in Trust Centre after the edits are made.
https://support.office.com/en-us/article/Support-for-EPS-images-has-been-turned-off-in-Office-A069D664-4BCF-415E-A1B5-CBB0C334A840
GraphViz support SVG format https://graphviz.gitlab.io/_pages/doc/info/output.html but i have difficulties in order to create a template based on modified sources.
Function get_gfx_extension()
try change
get_gfx_extension = ".eps"
to
get_gfx_extension = ".svg"
and
options = options + " -teps"
change to
options = options + " - tsvg"
The text was updated successfully, but these errors were encountered: