Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
62 views

Downloaded font doesn't work in Google Chrome

I downloaded a font but i can't get it to work in Google Chrome, yet in IE11 it is visible. CSS: @font-face { font-family: 'caviardreams'; src: url('../Lettertypen/caviardreams-webfont.eot'); src: ...
blob's user avatar
  • 11
4 votes
1 answer
1k views

Why does Chrome read the svg circle radius from the style attribute?

I develop with chrome dev tools. I just had a demo with IE11. Well, yes my mistake for not checking with IE, and the syntax below wasn't intended (made a mistake setting properties in d3.js). But I'...
Rafael Emshoff's user avatar
1 vote
1 answer
1k views

SVG tspan rendering differences - bug in IE or Chrome or both?

Question: The below SVG <?xml version="1.0" encoding="utf-8" standalone="no"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <rect id="...
Stefan Steiger's user avatar