invatar icon indicating copy to clipboard operation
invatar copied to clipboard

IE support

Open Bekt opened this issue 10 years ago • 1 comments

Letters are not centered in IE.

Bekt avatar Oct 02 '15 17:10 Bekt

Apparently dominant-baseline and alignment-baseline properties are not supported in IE. [0]

One option that might work is to replace dominant-baseline="central" on line 34 with dy="0.35em".

If somebody could verify this in IE and other browsers on Windows, that would be great: http://codepen.io/anon/pen/ojWXxq

Bekt avatar Oct 05 '15 16:10 Bekt