使用 SVG<?xml version="1.0" encoding="utf-8"?> <svg width="500px" viewBox="0 0 100 30" xmlns="http://www.w3.org/2000/svg"> <defs> <linearGradient id="gradient" x1="0%" y1="0%" x2="100%" y2="0%"> <stop offset="0%" stop-color="#778ecb"/> <stop offset="50%" stop-color="#bccdee"/> <stop offset="100%" stop-color="#778ecb"/> </linearGradient> </defs> <path stroke-width="10" stroke-linecap="round" fill="none" stroke="url(#gradient)" d="M 10 10 a 100 150 0 0 0 80 0"/> </svg>
使用 SVG