Git Product home page Git Product logo

Comments (5)

SCasarotto avatar SCasarotto commented on August 18, 2024 1

Thanks for the info. I didn't think about using the callback. I will try this and let you know.

from react-svg.

tanem avatar tanem commented on August 18, 2024

No worries @SCasarotto 👍 Haven't actually used this lib on IE11 myself, but if a bug warranted it I'd be happy to fire up a VM to check it out.

In this case though we may be able to get what you're after by hooking into the callback prop. Using the example in this repo, you could try something like:

...
<ReactSVG
  path="atomic.svg"
  callback={svg => svg.setAttribute('preserveAspectRatio', 'xMinYMin')}
  className="class-name"
  wrapperClassName="wrapper-class-name"
/>
...

I'm not 100% sure if this will work for your use-case, but keen to hear how you get on?

FYI: I also had a quick scan through the SVGInjector source, but it looks like the setting of attributed on the svg is pretty tightly controlled. You can set various data-* attributes but not much else.

from react-svg.

tanem avatar tanem commented on August 18, 2024

Hey @SCasarotto, before I close the issue assuming everything is ok... how'd you get on using that callback?

from react-svg.

SCasarotto avatar SCasarotto commented on August 18, 2024

@tanem thanks for checking in. I haven't had a chance to check back on this. I don't have a virtual machine or regular access to IE11. Feel free to close it and I can reopen it if I run into trouble testing this. Thanks!

from react-svg.

tanem avatar tanem commented on August 18, 2024

@SCasarotto no probs, sounds good 👌

from react-svg.

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.