I am creating a bubble symbol using the CIM model by combining a CIMPictureMarker and a CIMVectorMarker within a single CIMPointSymbol.
However, the resulting symbol is frequently clipped or cut off during zoom in or out, but if I use only CIMVectorMarker, it displays normally. I suspect this might be a bug.
Could you help me look into this?
Code to Reproduce the Issue:
https://codepen.io/zhe-wang/pen/ogbVBWK
JavaScript SDK Version:4.34
