SVG Difference between JMP and the WEB
I'm trying to generate a set of Standardised SVG Strings that can be used both in JSL Scripts and in a Web Application. However, from my initial investigations I notice that for the same SVG d-Path String, JSL draws the image using the BOTTOM-LEFT as the 0,0 Point and Browsers use the TOP-LEFT as the 0,0 Point. Is there a JMP Setting to modify the 0,0 position for this use case? Otherwise I would ...