I am working with PictureMarkerSymbols and came across a visualization issue of the symbols when certain x and y offsets are used.
x offset > 179 & y = 0
x offest < -181 & y = 0
y offset > 181 & x = 0
y offset < -179 & x = 0
I created a Pen using MarkerSymbols that outlines the cases above: Symbol Offset ArcGIS JS 4.10 Bug
I started playing around with combinations of x and y's but figured the example would be enough for the JS team to start taking a look at. I noticed in the 4.10 release notes there were some bug fixes that could be related to the issue I'm having, but I'm not sure. Let me know if your team is already aware of the issue or if you have any other questions.