| <?xml version="1.0" encoding="UTF-8"?> |
| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runRepaintTest()"> |
| <script xlink:href="../../fast/repaint/resources/repaint.js" type="text/javascript"></script> |
| <script type="text/javascript"> |
| function repaintTest() { |
| var group = document.getElementsByTagName('g')[0]; |
| group.style.WebkitSvgShadow = "rgba(64,64,64, 0.7) -9px -9px 6px"; |
| } |
| </script> |
| <g id="svg-shadow-example" style="-webkit-svg-shadow: rgba(106,119,64, 0.7) 5px 5px 9px;"> |
| <rect x="150" y="20" width="200" height="200" fill="red"/> |
| <circle cy="190" cx="320" r="100" fill="blue"/> |
| <text x="270" y="120" fill="green" style="font-weight:bold;font-size:70pt;text-shadow:none;">SVG</text> |
| </g> |
| </svg> |