Giter Club home page Giter Club logo

Comments (4)

IDisposable avatar IDisposable commented on July 2, 2024 2

Can you post an HTML file with the CSS embedded that shows what's wrong (and what you expect the image to look like... maybe a screen-capture of FireFox and Chrome)

from dom-to-image-more.

Quang-Khoa avatar Quang-Khoa commented on July 2, 2024

Display html in the browser.
Screenshot_170
Export images on firefox are like dom
Exporting the image on the chorme will look like this
Screenshot_171
i use translate.
Please tell me anyone if there is any sollution for it. 👍

from dom-to-image-more.

ArtemisGraphic avatar ArtemisGraphic commented on July 2, 2024

@Quang-Khoa
try this in your script file:

const _serializeToString = XMLSerializer.prototype.serializeToString;
XMLSerializer.prototype.serializeToString = function (node) {
  var str = _serializeToString.call(this, node);
  str = str.replace(/background-image:/g, '-webkit-background-clip: text; background-image:',);
  return str
};

from dom-to-image-more.

IDisposable avatar IDisposable commented on July 2, 2024

I would love an HTML and CSS to reproduce this error so I can fix it.

from dom-to-image-more.

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.