79761788

Date: 2025-09-11 10:21:46
Score: 1
Natty:
Report link

Your gradient isn’t showing because by default SVG gradients use 'objectBoundingBox' coordinates, meaning y1=0 and y2=0 collapse to nothing. To fix it, set gradientUnits="userSpaceOnUse" so the gradient uses actual SVG coordinates. Then you can keep y1="0" y2="0" and get a proper horizontal gradient along your line.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Abdul_Basit