1049499-1-ref.html (362B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <meta charset="utf-8"> 4 <title>Choose the correct gradient repeat count even when there's a non-identity pattern matrix</title> 5 6 <style> 7 8 html { 9 overflow: hidden; 10 } 11 12 div { 13 width: 30px; 14 height: 40px; 15 background-image: repeating-linear-gradient(-36.8698976deg, blue, blue 5px, lime 5px, lime 10px); 16 } 17 18 </style> 19 20 <div></div>