Giter Club home page Giter Club logo

Comments (9)

mathiasbynens avatar mathiasbynens commented on August 22, 2024

Noticed the rendering is different when viewing the SVG file standalone rather than through <img src=svg>. Filed https://code.google.com/p/chromium/issues/detail?id=331387.

from gh-badges.

espadrine avatar espadrine commented on August 22, 2024

Oooh, I thought it was independent of that; I submitted a bug report about zooming: https://code.google.com/p/chromium/issues/detail?id=331385, but apparently retina causes the same issues?

from gh-badges.

mathiasbynens avatar mathiasbynens commented on August 22, 2024

WebKit has the same issue: https://bugs.webkit.org/show_bug.cgi?id=126398

from gh-badges.

alrra avatar alrra commented on August 22, 2024

@espadrine @mathiasbynens does specify the text-rendering property with the value "geometricPrecision" help ? (this should inform the browser to take more time to render things correctly).

edit: Here is something I've been playing with. Does it it make any difference for you guys ? (the first is the original image, the second is the svg that uses the text-rendering property + has some other changes, while the third is the svg from this repository).

from gh-badges.

espadrine avatar espadrine commented on August 22, 2024

@alrra If you zoom the page, you should see that it becomes blurry.

(I haven't checked on a retina display, but zooming and being on retina seems to have the same effects.)

That said, it does look better.

from gh-badges.

mathiasbynens avatar mathiasbynens commented on August 22, 2024

Screenshots of @alrra’s test page on a retina display: http://jsbin.com/aHikuga/1

Without zoom (100% zoom)

)

150% zoom

It definitely looks better, not as blurry, but still not as sharp as it should be. It feels like viewing @1x image on a @2x screen.

from gh-badges.

espadrine avatar espadrine commented on August 22, 2024

Apparently, this issue was fixed here in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=600207.

Also, here is the comparison between Firefox and Chrome, zoomed 2x, using text-rendering:

Chrome
chrome

Firefox
firefox

(see data:text/html,<img src='https://thefiletree.com/gh-badges/cheez-whiz.svg?plug=none'>).

from gh-badges.

espadrine avatar espadrine commented on August 22, 2024

For the purpose of adoption, I think we should omit the text shadow until at least https://code.google.com/p/chromium/issues/detail?id=331387 is fixed.

I'm just going to paste the filter used here for future me's sake.

<filter id="shadow">
  <feOffset dx="0" dy="1" in="SourceAlpha"/>
  <feColorMatrix type="matrix" values="1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 .3 0"/>
  <feMerge>
    <feMergeNode/>
    <feMergeNode in="SourceGraphic"/>
    <feMergeNode in="SourceGraphic"/>
  </feMerge>
</filter>

from gh-badges.

mathiasbynens avatar mathiasbynens commented on August 22, 2024

b817b57 👍

from gh-badges.

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.