spatialillusions / milsymbol

Military Symbols in JavaScript
www.spatialillusions.com/milsymbol
MIT License
531 stars 132 forks source link

In need of caching mechanism #296

Open onderaltintas opened 1 month ago

onderaltintas commented 1 month ago

When the object is moving draw call happens with 33ms periods. Only direction arrow changes. That causes flickering on map. Is there a possibility of caching base icon (without modifiers) and apply changes for every draw call?

If you can point out the related location on code base, I believe I can also apply that kind of caching mechanism as well.

Thank you,

hasan4938 commented 1 month ago

Waht are you Doing?