You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello... I've got a use-case where I'm using Fabric's freehand drawing mode to collect handwritten annotations in a mobile app for iOS/Android/Windows 10. The app uses Fabric 2.3.2 with Ionic 3.9.2 and Cordova 7. A user may make thousands of notes while using the app, and I've noticed that boundsOfCurveCache (in fabric.util.getBoundsOfCurve) will grow to occupy a considerable amount of memory over time. Currently the only way this cache is cleared is when the app restarts or the webview is reloaded.
I'd like a way to either disable the cache or manually clear it. I'm more than happy to submit a PR with my suggestions.
The text was updated successfully, but these errors were encountered:
Hello... I've got a use-case where I'm using Fabric's freehand drawing mode to collect handwritten annotations in a mobile app for iOS/Android/Windows 10. The app uses Fabric 2.3.2 with Ionic 3.9.2 and Cordova 7. A user may make thousands of notes while using the app, and I've noticed that boundsOfCurveCache (in fabric.util.getBoundsOfCurve) will grow to occupy a considerable amount of memory over time. Currently the only way this cache is cleared is when the app restarts or the webview is reloaded.
I'd like a way to either disable the cache or manually clear it. I'm more than happy to submit a PR with my suggestions.
The text was updated successfully, but these errors were encountered: