Git Product home page Git Product logo

Comments (6)

msand avatar msand commented on September 23, 2024 1

If your content doesn't change, or you don't care about the image getting pixelated when zoomed in, then it'll certainly be faster to transform the bitmap rather than rerendering the vector data.

from zoomable-svg.

yuoppp avatar yuoppp commented on September 23, 2024

Facing the same issue with 1000+ elements

from zoomable-svg.

yuoppp avatar yuoppp commented on September 23, 2024

Do not use "opacity". Use fill="rgba(r, g, b, a)" instead.
Saved me 4 seconds of rendering. But still 1sec render is unacceptable for my app.

from zoomable-svg.

msand avatar msand commented on September 23, 2024

Is it fast without zoomable-svg? Can you measure the difference with and without? I suspect zoomable-svg contributes very little to any performance issues. You should probably look into refactoring out your content to a separate component and using shouldComponentUpdate. Such that only the updated transform needs to reconciled and sent over the bridge to the native side. Otherwise you might need to look into culling your render trees, such that you only include elements which should actually be visible in the currently visible area, to limit any redundant or output/side-effect free parts of the computation.

from zoomable-svg.

yuoppp avatar yuoppp commented on September 23, 2024

I'm using react-native-svg-pan-zoom, which transforms the view around the svg instead of the svg itself.

from zoomable-svg.

MozilaIP avatar MozilaIP commented on September 23, 2024

@yuoppp is react-native-svg-pan-zoom performs faster than zoomable-svg in such cases?

from zoomable-svg.

Related Issues (19)

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.