generated at
加油

ji.svg
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"> <g> <defs> <linearGradient x2="0%" y2="100%" id="sample"> <stop offset="10%" stop-color="gold" /> <stop offset="40%" stop-color="red" /> <stop offset="80%" stop-color="red" /> <stop offset="95%" stop-color="gold" /> </linearGradient> </defs> <style type="text/css"> .f01{ stroke: gold; stroke-width: 1; fill:url(#sample); } .f02{ stroke: #ffffa0; stroke-width: 0; fill: #ffffa0; } </style> <ellipse class="f01" cx="50" cy="50" rx="46" ry="46" /> <text class="f02" x="6" y="64" font-size="45">加油</text> </g> </svg>