border-image-repeat-1-ref.html (581B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>CSS Border Image: border-image-repeat with SVG content</title> 6 <link rel="author" title="Ethan Lin" href="mailto:ethlin@mozilla.com"> 7 <link rel="author" title="Mozilla" href="https://www.mozilla.org"> 8 </head> 9 <body> 10 <svg width='64' height='48' xmlns="http://www.w3.org/2000/svg" version="1.1"> 11 <g fill='blue' stroke-width='0'> 12 <path d='M2 2h4v44H2z'/> 13 <path d='M2 2h60v4H2z'/> 14 <path d='M58 2h4v44h-4z'/> 15 <path d='M2 42h60v4H2zM8'/> 16 </g> 17 </svg> 18 </body> 19 </html>