I'm developing custom widgets for WAB (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes, using ArcGIS API for javascript 4.17
I am still a newbie...
I need to convert some code from API 3.* to API 4.*
the code displays SimpleMarkerSymbol with SVG path (for its outline).
My problem is that I am using 3d Scene, and ArcGIS Javascript API 4.* spec says that this property (path) works only in 2D.
So, how can I bypass this limitation and display the API 4.* "equivalent" SimpleMarkerSymbol with SVG path?
What is the equivalent in API 4.*, and how to convert, the API 3.* SimpleMarkerSymbol with SVG path, to something valid in API 4.* that will display the symbol with its shape as defined in the SVG Path?