HI @derrick.dk this is not possible to recreate in WF.
Reason is that WF allow only add SVG as an Image and in DOM is rendered only URL this mean that you do not have access to SVG map to grab attributes.
ONLY possible option is to place SVG map into embed element but it have strong limitation of characters that make this element useless for a bit complex SVG’s. This limitation allow you to place in this element only simple shapes as plain rectangle, circle and maybe octagon.