ArcGIS API for JS v3.14 uses SVG to create graphics on map. These SVGs can be inspected using developer tools in browsers but graphics drawn in 4.0 beta can not be inspected because they use WebGL.
I wanted to know how 4.0 Beta draws graphics internally.I want to get drawing context for graphics or symbol so that I can use WebGL techniques to draw complex shapes.
Any help would be appreciated
Thanks