S
S
sasha_jarvi2019-07-31 17:22:10
css
sasha_jarvi, 2019-07-31 17:22:10

How to replace background-clip: text in IE 11?

It is known that background-clip is not supported in IE 11, however the text needs to be made gradient. In addition, there is a polyfill for IE 11 - https://codepen.io/TimPietrusky/pen/cnvBk - however it works with images, not linear gradients (because you need to specify a URL when calling backgroundClipPolyfill , which is not possible with linear-gradient instead of an image seems possible). How to get out of this situation?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Filippov, 2019-07-31
@Webram

Create a gradient in a bitmap.

A
Anton Usachov, 2019-07-31
@rockfeeler

People say you can use an svg mask starting as far back as Oslo 9.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question