hi,
can we initialised "map_gc" before it was passed?
for example:
current :
<svg overflow="hidden" width="845" height="879" id="map_gc" style="touch-action: none; will-change: transform; overflow: visible; position: absolute; display: block; transform: translate(-103px, -132px);">
expected (no transform):
<svg overflow="hidden" width="845" height="879" id="map_gc" style="touch-action: none; overflow: visible; position: absolute; display: block;">
Is there any setting for this?
thanks in advance.