Giter VIP home page Giter VIP logo

Comments (7)

wout avatar wout commented on July 17, 2024 1

Yes I know, FireFox is buggy and inconsistent on the bounding box. Elements in the <defs>, elements that are not added to the SVG canvas and invisible elements are treated as not present in the SVG DOM. A - rather dirty - workaround is moving the element in question to the SVG parent, applying the required change or getting the necessary info, and then placing them again in the <defs>.

from svg.js.

robwalch avatar robwalch commented on July 17, 2024

Oh no, that sucks. On a plus note, it doesn't happen in the nightly builds.

If that is the case I may just make a quick and dirty patch in my fork for the time being - try, catch > fake the bb. And I wont ask you to merge that. If a better idea comes to mind I'll give it try.

from svg.js.

wout avatar wout commented on July 17, 2024

I think faking the bbox is probably the best way to go, if that is even possible at all of course. If you know the size and position of an element you could store them in a data attribute and go from there.

from svg.js.

robwalch avatar robwalch commented on July 17, 2024

Yeah, in my case this is happing inside or ploy* plot() which I'm using to update a mask (which might be why FF considers it hidden).

from svg.js.

jussty avatar jussty commented on July 17, 2024

Just wanted to tell that this still occurs if you want to getBBox() on a SVG element from inside a setInterval function. Don't have time to test this toroughly now, but in my case the element was looked up inside a "load" event listener and referenced in a setInterval closure function. I solved the problem by getting all BBoxes of all elements outside the setInterval closure and storing them in an object, which of course can then be referenced in the closure.

from svg.js.

eldamir avatar eldamir commented on July 17, 2024

Had similar problems just recently. Even though I felt certain that the element was added to the DOM, getBBox still resulted in NS_ERROR_FAILURE with no helpful stacktrace in Firefox 58. Solved it with try/catch around it and manual fallback in the catch block. Thanks for the hints in this thread

from svg.js.

Fuzzyma avatar Fuzzyma commented on July 17, 2024

if you use svg.js a simpe el.bbox() will give you the bbox even if the element is not in the dom.

from svg.js.

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.