Answer the question
In order to leave comments, you need to log in
How to convert css gradient to svg?
There is a css-gradient:
You need to bring it to the svg-view:
linear-gradient(14deg, #163246 0%, #447ba1 100%);
<linearGradient x1="0" y1="100%" x2="0" y2="0" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#163246"/>
<stop offset="1" stop-color="#447ba1"/>
</linearGradient>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question