Hey,
I am using ArcGIS Pro and arcpy to export the map view into many different SVG-Files using the exportToSVG-Method arcpy's MapView-Class offers.
Now doing this from ArcGIS Pro itself (using the ExportMap Function) it gives me the option to Convert character marker symbols to polygon, which in my case would be quite useful. In arpcy for ArcGIS Pro this property is missing, however using arcpy with Python 2.7 this property seems to be available (link).
I am wondering if this was left out intentionally for arcpy and Python 3.7 and if there is a workaround to do this with arcpy in ArcGIS Pro?
Many thanks in advance!