I'm using the SketchViewModel to move a graphic with a PictureMarkerSymbol. The PMS points to an SVG url and it displays as it should. I can get the graphic to move and update just fine, however when I move the graphic, it shows a black box in-between updates. Is there any way to get around this or is this a bug?
Solved! Go to Solution.
Hi there,
I am not able to reproduce the issue you are describing. Here is a simple codepen showing a graphic with base64 svg symbol moving around without any issues. https://codepen.io/U_B_U/pen/qBzoZqe?editors=1000
Hi there,
I am not able to reproduce the issue you are describing. Here is a simple codepen showing a graphic with base64 svg symbol moving around without any issues. https://codepen.io/U_B_U/pen/qBzoZqe?editors=1000
Thanks again for your help!