logo
  • 教程列表
  • SO官方文档
  • 渐变
    • LinearGradient
    • RadialGradient
  1. StackOverflow 文档
  2. SVG 教程
  3. 渐变
  4. LinearGradient

LinearGradient

Created: November-22, 2018

<svg>
  <defs>
        <linearGradient id='g' y1="100%" x2="100%">
            <stop offset='0%' stop-color='yellow' />
            <stop offset='100%' stop-color='green' />
        </linearGradient>
    </defs>
    <rect width='100%' height='100%' fill='url(#g)'/>
</svg>
  • RadialGradient
  • 渐变

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明