Select to view content in your preferred language

Using SketchViewModel to Move Graphic With PictureMarkerSymbol

193
2
Jump to solution
08-20-2024 09:19 AM
ThomasDale
Emerging Contributor

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?

0 Kudos
1 Solution

Accepted Solutions
UndralBatsukh
Esri Regular Contributor

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

 

View solution in original post

2 Replies
UndralBatsukh
Esri Regular Contributor

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

 

ThomasDale
Emerging Contributor

Thanks again for your help!

0 Kudos