Giter Club home page Giter Club logo

Comments (3)

dwelle avatar dwelle commented on July 24, 2024

hi, can you check the excalidraw version (righclick on canvas -> stats -> general stats panel -> click on the version to copy it to clipboard).

Also, does it reproduce on desktop browsers?

from excalidraw.

NickOveracker avatar NickOveracker commented on July 24, 2024

hi, can you check the excalidraw version (righclick on canvas -> stats -> general stats panel -> click on the version to copy it to clipboard).

Also, does it reproduce on desktop browsers?

The version is whatever is live on excalidraw.com as of right now; unfortunately the version isn't showing up for me on mobile even after enabling the stats option from the context menu on mobile.

The issue doesn't reproduce on my PC's version of Firefox, but I do have some new insight that I will edit into the original post after posting this reply:

If I reset the canvas (something I hadn't done before), the issue does not reoccur on Android until I zoom out. So I think the issue might have something to do with memory consumption after zooming out (it probably allocates more memory on an as-needed basis for resizes).

from excalidraw.

dwelle avatar dwelle commented on July 24, 2024

memory consumption after zooming out (it probably allocates more memory on an as-needed basis for resizes).

Likely memory, yes. Zooming out would increase memory only if there was a lot of shapes all over the place that you could see only after zoom out. Otherwise zooming out should either keep the memory constant, or reduce it (we keep offscreen canvases for each shape, the size of the shape on canvas. On zoom out the shape gets smaller, thus the offscreen canvas gets smaller as well).

from excalidraw.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.