animate-interact-pevents-04-t-isvalid.html (13465B)
1 <!DOCTYPE html> 2 <html lang='en'> 3 <head> 4 <title>animate-interact-pevents-04-t-manual.svg</title> 5 <meta charset='utf-8'> 6 </head> 7 <body> 8 <h1>Source SVG: animate-interact-pevents-04-t-manual.svg</h1> 9 <svg id="svg-root" width="100%" height="100%" 10 viewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" 11 xmlns:xlink="http://www.w3.org/1999/xlink"> 12 <!--======================================================================--> 13 <!--= Copyright 2008 World Wide Web Consortium, (Massachusetts =--> 14 <!--= Institute of Technology, European Research Consortium for =--> 15 <!--= Informatics and Mathematics (ERCIM), Keio University). =--> 16 <!--= All Rights Reserved. =--> 17 <!--= See http://www.w3.org/Consortium/Legal/. =--> 18 <!--======================================================================--> 19 20 <title id="test-title">$RCSfile: animate-interact-pevents-04-t.svg,v $</title> 21 <defs> 22 <font-face 23 font-family="SVGFreeSansASCII" 24 unicode-range="U+0-7F"> 25 <font-face-src> 26 <font-face-uri xlink:href="../resources/SVGFreeSans.svg#ascii"/> 27 </font-face-src> 28 </font-face> 29 </defs> 30 <g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18"> 31 <g text-anchor="middle"> 32 <text id="display-title" x="240" y="25" fill="#555" font-size="12"> 33 <tspan fill="black" font-size="10">Testing pointer-events</tspan> - pale RED rect should appear on mouseover. 34 </text> 35 <text id="comment-1" x="240" y="37" fill="#555" font-size="10"> 36 2nd and 3rd columns represent respectively rects with no fill/stroke and transparent fill/stroke 37 </text> 38 </g> 39 <g transform="translate(0, 5)"> 40 <g transform="translate(25, 50)"> 41 <rect x="-10" y="-10" width="200" height="50" fill="red" fill-opacity="0"> 42 <set attributeName="fill-opacity" to="0.4" begin="r60.mouseover"/> 43 <set attributeName="fill-opacity" to="0" begin="r60.mouseout"/> 44 <set attributeName="fill-opacity" to="0.4" begin="r61.mouseover"/> 45 <set attributeName="fill-opacity" to="0" begin="r61.mouseout"/> 46 <set attributeName="fill-opacity" to="0.4" begin="r62.mouseover"/> 47 <set attributeName="fill-opacity" to="0" begin="r62.mouseout"/> 48 <set attributeName="fill-opacity" to="0.4" begin="r63.mouseover"/> 49 <set attributeName="fill-opacity" to="0" begin="r63.mouseout"/> 50 </rect> 51 <rect id="r60" width="30" height="30" fill="blue" stroke-width="10" stroke="blue" fill-opacity=".3" stroke-opacity=".3" pointer-events="painted"/> 52 <rect x="50" width="30" height="30" fill="black" fill-opacity="0.1" stroke-width="10" stroke="black" stroke-opacity="0.1"/> 53 <rect id="r61" x="50" width="30" height="30" fill="none" stroke-width="10" stroke="none" fill-opacity=".3" stroke-opacity=".3" pointer-events="painted"/> 54 <rect x="100" width="30" height="30" fill="blue" fill-opacity="0.1" stroke-width="10" stroke="blue" stroke-opacity="0.1"/> 55 <rect id="r62" x="100" width="30" height="30" fill="blue" stroke-width="10" stroke="blue" fill-opacity="0" stroke-opacity="0" pointer-events="painted"/> 56 <rect x="145" y="-5" width="40" height="40" fill="none" stroke-width="1" stroke="blue" stroke-dasharray="3,3" stroke-opacity=".5"/> 57 <rect x="150" width="30" height="30" fill="none" stroke-width="1" stroke="blue" stroke-dasharray="1,1"/> 58 <rect x="155" y="5" width="20" height="20" fill="none" stroke-width="1" stroke="blue" stroke-dasharray="3,3" stroke-opacity=".5"/> 59 <rect id="r63" x="150" width="30" height="30" fill="blue" stroke-width="10" stroke="blue" visibility="hidden" pointer-events="painted"/> 60 <g font-size="12"> 61 <text x="200" y="15">painted : </text> 62 <text x="200" y="30" fill="#777">fill and stroke of rects 1, 3 and 4 must trigger</text> 63 </g> 64 </g> 65 <g transform="translate(25, 100)"> 66 <rect x="-10" y="-10" width="200" height="50" fill="red" fill-opacity="0"> 67 <set attributeName="fill-opacity" to="0.4" begin="r70.mouseover"/> 68 <set attributeName="fill-opacity" to="0" begin="r70.mouseout"/> 69 <set attributeName="fill-opacity" to="0.4" begin="r71.mouseover"/> 70 <set attributeName="fill-opacity" to="0" begin="r71.mouseout"/> 71 <set attributeName="fill-opacity" to="0.4" begin="r72.mouseover"/> 72 <set attributeName="fill-opacity" to="0" begin="r72.mouseout"/> 73 <set attributeName="fill-opacity" to="0.4" begin="r73.mouseover"/> 74 <set attributeName="fill-opacity" to="0" begin="r73.mouseout"/> 75 </rect> 76 <rect id="r70" width="30" height="30" fill="blue" stroke-width="10" stroke="black" fill-opacity=".3" stroke-opacity=".3" pointer-events="fill"/> 77 <rect x="50" width="30" height="30" fill="blue" fill-opacity="0.1" stroke-width="10" stroke="black" stroke-opacity="0.1"/> 78 <rect id="r71" x="50" width="30" height="30" fill="none" stroke-width="10" stroke="none" fill-opacity=".3" stroke-opacity=".3" pointer-events="fill"/> 79 <rect x="100" width="30" height="30" fill="blue" fill-opacity="0.1" stroke-width="10" stroke="black" stroke-opacity="0.1"/> 80 <rect id="r72" x="100" width="30" height="30" fill="blue" stroke-width="10" stroke="black" fill-opacity="0" stroke-opacity="0" pointer-events="fill"/> 81 <rect x="145" y="-5" width="40" height="40" fill="none" stroke-width="1" stroke="black" stroke-dasharray="3,3" stroke-opacity=".5"/> 82 <rect x="150" width="30" height="30" fill="none" stroke-width="1" stroke="black" stroke-dasharray="1,1"/> 83 <rect x="155" y="5" width="20" height="20" fill="none" stroke-width="1" stroke="black" stroke-dasharray="3,3" stroke-opacity=".5"/> 84 <rect id="r73" x="150" width="30" height="30" fill="blue" stroke-width="10" stroke="black" visibility="hidden" pointer-events="fill"/> 85 <g font-size="12"> 86 <text x="200" y="15">fill : </text> 87 <text x="200" y="30" fill="#777">fill of rects 1 to 4 must trigger</text> 88 </g> 89 </g> 90 <g transform="translate(25, 150)"> 91 <rect x="-10" y="-10" width="200" height="50" fill="red" fill-opacity="0"> 92 <set attributeName="fill-opacity" to="0.4" begin="r80.mouseover"/> 93 <set attributeName="fill-opacity" to="0" begin="r80.mouseout"/> 94 <set attributeName="fill-opacity" to="0.4" begin="r81.mouseover"/> 95 <set attributeName="fill-opacity" to="0" begin="r81.mouseout"/> 96 <set attributeName="fill-opacity" to="0.4" begin="r82.mouseover"/> 97 <set attributeName="fill-opacity" to="0" begin="r82.mouseout"/> 98 <set attributeName="fill-opacity" to="0.4" begin="r83.mouseover"/> 99 <set attributeName="fill-opacity" to="0" begin="r83.mouseout"/> 100 </rect> 101 <rect id="r80" width="30" height="30" fill="black" stroke-width="10" stroke="blue" fill-opacity=".3" stroke-opacity=".3" pointer-events="stroke"/> 102 <rect x="50" width="30" height="30" fill="black" fill-opacity="0.1" stroke-width="10" stroke="blue" stroke-opacity="0.1"/> 103 <rect id="r81" x="50" width="30" height="30" fill="none" stroke-width="10" stroke="none" fill-opacity=".3" stroke-opacity=".3" pointer-events="stroke"/> 104 <rect x="100" width="30" height="30" fill="black" fill-opacity="0.1" stroke-width="10" stroke="blue" stroke-opacity="0.1"/> 105 <rect id="r82" x="100" width="30" height="30" fill="black" stroke-width="10" stroke="blue" fill-opacity="0" stroke-opacity="0" pointer-events="stroke"/> 106 <rect x="145" y="-5" width="40" height="40" fill="none" stroke-width="1" stroke="blue" stroke-dasharray="3,3" stroke-opacity=".5"/> 107 <rect x="150" width="30" height="30" fill="none" stroke-width="1" stroke="blue" stroke-dasharray="1,1"/> 108 <rect x="155" y="5" width="20" height="20" fill="none" stroke-width="1" stroke="blue" stroke-dasharray="3,3" stroke-opacity=".5"/> 109 <rect id="r83" x="150" width="30" height="30" fill="black" stroke-width="10" stroke="blue" visibility="hidden" pointer-events="stroke"/> 110 <g font-size="12"> 111 <text x="200" y="15">stroke : </text> 112 <text x="200" y="30" fill="#777">stroke of rects 1 to 4 must trigger</text> 113 </g> 114 </g> 115 <g transform="translate(25, 200)"> 116 <rect x="-10" y="-10" width="200" height="50" fill="red" fill-opacity="0"> 117 <set attributeName="fill-opacity" to="0.4" begin="r90.mouseover"/> 118 <set attributeName="fill-opacity" to="0" begin="r90.mouseout"/> 119 <set attributeName="fill-opacity" to="0.4" begin="r91.mouseover"/> 120 <set attributeName="fill-opacity" to="0" begin="r91.mouseout"/> 121 <set attributeName="fill-opacity" to="0.4" begin="r92.mouseover"/> 122 <set attributeName="fill-opacity" to="0" begin="r92.mouseout"/> 123 <set attributeName="fill-opacity" to="0.4" begin="r93.mouseover"/> 124 <set attributeName="fill-opacity" to="0" begin="r93.mouseout"/> 125 </rect> 126 <rect id="r90" width="30" height="30" fill="blue" stroke-width="10" stroke="blue" fill-opacity=".3" stroke-opacity=".3" pointer-events="all"/> 127 <rect x="50" width="30" height="30" fill="blue" fill-opacity="0.1" stroke-width="10" stroke="blue" stroke-opacity="0.1"/> 128 <rect id="r91" x="50" width="30" height="30" fill="none" stroke-width="10" stroke="none" fill-opacity=".3" stroke-opacity=".3" pointer-events="all"/> 129 <rect x="100" width="30" height="30" fill="blue" fill-opacity="0.1" stroke-width="10" stroke="blue" stroke-opacity="0.1"/> 130 <rect id="r92" x="100" width="30" height="30" fill="blue" stroke-width="10" stroke="blue" fill-opacity="0" stroke-opacity="0" pointer-events="all"/> 131 <rect x="145" y="-5" width="40" height="40" fill="none" stroke-width="1" stroke="blue" stroke-dasharray="3,3" stroke-opacity=".5"/> 132 <rect x="150" width="30" height="30" fill="none" stroke-width="1" stroke="blue" stroke-dasharray="1,1"/> 133 <rect x="155" y="5" width="20" height="20" fill="none" stroke-width="1" stroke="blue" stroke-dasharray="3,3" stroke-opacity=".5"/> 134 <rect id="r93" x="150" width="30" height="30" fill="blue" stroke-width="10" stroke="blue" visibility="hidden" pointer-events="all"/> 135 <g font-size="12"> 136 <text x="200" y="15">all : </text> 137 <text x="200" y="30" fill="#777">stroke and fill of rects 1 to 4 must trigger</text> 138 </g> 139 </g> 140 <g transform="translate(25, 250)"> 141 <rect x="-10" y="-10" width="200" height="50" fill="red" fill-opacity="0"> 142 <set attributeName="fill-opacity" to="0.4" begin="r00.mouseover"/> 143 <set attributeName="fill-opacity" to="0" begin="r00.mouseout"/> 144 <set attributeName="fill-opacity" to="0.4" begin="r01.mouseover"/> 145 <set attributeName="fill-opacity" to="0" begin="r01.mouseout"/> 146 <set attributeName="fill-opacity" to="0.4" begin="r02.mouseover"/> 147 <set attributeName="fill-opacity" to="0" begin="r02.mouseout"/> 148 <set attributeName="fill-opacity" to="0.4" begin="r03.mouseover"/> 149 <set attributeName="fill-opacity" to="0" begin="r03.mouseout"/> 150 </rect> 151 <rect id="r00" width="30" height="30" fill="black" stroke-width="10" stroke="black" fill-opacity=".3" stroke-opacity=".3" pointer-events="none"/> 152 <rect x="50" width="30" height="30" fill="black" fill-opacity="0.1" stroke-width="10" stroke="black" stroke-opacity="0.1"/> 153 <rect id="r01" x="50" width="30" height="30" fill="none" stroke-width="10" stroke="none" fill-opacity=".3" stroke-opacity=".3" pointer-events="none"/> 154 <rect x="100" width="30" height="30" fill="black" fill-opacity="0.1" stroke-width="10" stroke="black" stroke-opacity="0.1"/> 155 <rect id="r02" x="100" width="30" height="30" fill="black" stroke-width="10" stroke="black" fill-opacity="0" stroke-opacity="0" pointer-events="none"/> 156 <rect x="145" y="-5" width="40" height="40" fill="none" stroke-width="1" stroke="black" stroke-dasharray="3,3" stroke-opacity=".5"/> 157 <rect x="150" width="30" height="30" fill="none" stroke-width="1" stroke="black" stroke-dasharray="1,1"/> 158 <rect x="155" y="5" width="20" height="20" fill="none" stroke-width="1" stroke="black" stroke-dasharray="3,3" stroke-opacity=".5"/> 159 <rect id="r03" x="150" width="30" height="30" fill="black" stroke-width="10" stroke="black" visibility="hidden" pointer-events="none"/> 160 <g font-size="12"> 161 <text x="200" y="15">none : </text> 162 <text x="200" y="30" fill="#777">nothing is to trigger</text> 163 </g> 164 </g> 165 </g> 166 </g> 167 <g font-family="SVGFreeSansASCII,sans-serif" font-size="32"> 168 <text id="revision" x="10" y="340" stroke="none" 169 fill="black">$Revision: 1.2 $</text> 170 </g> 171 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000"/> 172 <!-- comment out this watermark once the test is approved 173 <g id="draft-watermark"> 174 <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/> 175 <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240" 176 text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text> 177 </g> --> 178 </svg> 179 </body> 180 </html>