animate-interact-pevents-03-t-isvalid.html (13566B)
1 <!DOCTYPE html> 2 <html lang='en'> 3 <head> 4 <title>animate-interact-pevents-03-t-manual.svg</title> 5 <meta charset='utf-8'> 6 </head> 7 <body> 8 <h1>Source SVG: animate-interact-pevents-03-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-03-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="r10.mouseover"/> 43 <set attributeName="fill-opacity" to="0" begin="r10.mouseout"/> 44 <set attributeName="fill-opacity" to="0.4" begin="r11.mouseover"/> 45 <set attributeName="fill-opacity" to="0" begin="r11.mouseout"/> 46 <set attributeName="fill-opacity" to="0.4" begin="r12.mouseover"/> 47 <set attributeName="fill-opacity" to="0" begin="r12.mouseout"/> 48 <set attributeName="fill-opacity" to="0.4" begin="r13.mouseover"/> 49 <set attributeName="fill-opacity" to="0" begin="r13.mouseout"/> 50 </rect> 51 <rect id="r10" width="30" height="30" fill="blue" stroke-width="10" stroke="blue" fill-opacity=".3" stroke-opacity=".3"/> 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="r11" x="50" width="30" height="30" fill="none" stroke-width="10" stroke="none" fill-opacity=".3" stroke-opacity=".3"/> 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="r12" x="100" width="30" height="30" fill="blue" stroke-width="10" stroke="blue" fill-opacity="0" stroke-opacity="0"/> 56 <rect x="145" y="-5" width="40" height="40" fill="none" stroke-width="1" stroke="black" stroke-dasharray="3,3" stroke-opacity=".5"/> 57 <rect x="150" width="30" height="30" fill="none" stroke-width="1" stroke="black" stroke-dasharray="1,1"/> 58 <rect x="155" y="5" width="20" height="20" fill="none" stroke-width="1" stroke="black" stroke-dasharray="3,3" stroke-opacity=".5"/> 59 <rect id="r13" x="150" width="30" height="30" fill="black" stroke-width="10" stroke="black" visibility="hidden"/> 60 <g font-size="12"> 61 <text x="200" y="15">default : </text> 62 <text x="200" y="30" fill="#777">fill and stroke of rects 1 and 3 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="r20.mouseover"/> 68 <set attributeName="fill-opacity" to="0" begin="r20.mouseout"/> 69 <set attributeName="fill-opacity" to="0.4" begin="r21.mouseover"/> 70 <set attributeName="fill-opacity" to="0" begin="r21.mouseout"/> 71 <set attributeName="fill-opacity" to="0.4" begin="r22.mouseover"/> 72 <set attributeName="fill-opacity" to="0" begin="r22.mouseout"/> 73 <set attributeName="fill-opacity" to="0.4" begin="r23.mouseover"/> 74 <set attributeName="fill-opacity" to="0" begin="r23.mouseout"/> 75 </rect> 76 <rect id="r20" width="30" height="30" fill="blue" stroke-width="10" stroke="blue" fill-opacity=".3" stroke-opacity=".3" pointer-events="visiblePainted"/> 77 <rect x="50" width="30" height="30" fill="black" fill-opacity="0.1" stroke-width="10" stroke="black" stroke-opacity="0.1"/> 78 <rect id="r21" x="50" width="30" height="30" fill="none" stroke-width="10" stroke="none" fill-opacity=".3" stroke-opacity=".3" pointer-events="visiblePainted"/> 79 <rect x="100" width="30" height="30" fill="blue" fill-opacity="0.1" stroke-width="10" stroke="blue" stroke-opacity="0.1"/> 80 <rect id="r22" x="100" width="30" height="30" fill="blue" stroke-width="10" stroke="blue" fill-opacity="0" stroke-opacity="0" pointer-events="visiblePainted"/> 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="r23" x="150" width="30" height="30" fill="black" stroke-width="10" stroke="black" visibility="hidden" pointer-events="visiblePainted"/> 85 <g font-size="12"> 86 <text x="200" y="15">visiblePainted : </text> 87 <text x="200" y="30" fill="#777">fill and stroke of rects 1 and 3 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="r30.mouseover"/> 93 <set attributeName="fill-opacity" to="0" begin="r30.mouseout"/> 94 <set attributeName="fill-opacity" to="0.4" begin="r31.mouseover"/> 95 <set attributeName="fill-opacity" to="0" begin="r31.mouseout"/> 96 <set attributeName="fill-opacity" to="0.4" begin="r32.mouseover"/> 97 <set attributeName="fill-opacity" to="0" begin="r32.mouseout"/> 98 <set attributeName="fill-opacity" to="0.4" begin="r33.mouseover"/> 99 <set attributeName="fill-opacity" to="0" begin="r33.mouseout"/> 100 </rect> 101 <rect id="r30" width="30" height="30" fill="blue" stroke-width="10" stroke="black" fill-opacity=".3" stroke-opacity=".3" pointer-events="visibleFill"/> 102 103 <rect x="50" width="30" height="30" fill="blue" fill-opacity="0.1" stroke-width="10" stroke="black" stroke-opacity="0.1"/> 104 <rect id="r31" x="50" width="30" height="30" fill="none" stroke-width="10" stroke="none" fill-opacity=".3" stroke-opacity=".3" pointer-events="visibleFill"/> 105 106 <rect x="100" width="30" height="30" fill="blue" fill-opacity="0.1" stroke-width="10" stroke="black" stroke-opacity="0.1"/> 107 <rect id="r32" x="100" width="30" height="30" fill="blue" stroke-width="10" stroke="black" fill-opacity="0" stroke-opacity="0" pointer-events="visibleFill"/> 108 109 <rect x="145" y="-5" width="40" height="40" fill="none" stroke-width="1" stroke="black" stroke-dasharray="3,3" stroke-opacity=".5"/> 110 <rect x="150" width="30" height="30" fill="none" stroke-width="1" stroke="black" stroke-dasharray="1,1"/> 111 <rect x="155" y="5" width="20" height="20" fill="none" stroke-width="1" stroke="black" stroke-dasharray="3,3" stroke-opacity=".5"/> 112 <rect id="r33" x="150" width="30" height="30" fill="black" stroke-width="10" stroke="black" visibility="hidden" pointer-events="visibleFill"/> 113 <g font-size="12"> 114 <text x="200" y="15">visibleFill : </text> 115 <text x="200" y="30" fill="#777">only fill of rects 1, 2 and 3 must trigger</text> 116 </g> 117 </g> 118 <g transform="translate(25, 200)"> 119 <rect x="-10" y="-10" width="200" height="50" fill="red" fill-opacity="0"> 120 <set attributeName="fill-opacity" to="0.4" begin="r40.mouseover"/> 121 <set attributeName="fill-opacity" to="0" begin="r40.mouseout"/> 122 <set attributeName="fill-opacity" to="0.4" begin="r41.mouseover"/> 123 <set attributeName="fill-opacity" to="0" begin="r41.mouseout"/> 124 <set attributeName="fill-opacity" to="0.4" begin="r42.mouseover"/> 125 <set attributeName="fill-opacity" to="0" begin="r42.mouseout"/> 126 <set attributeName="fill-opacity" to="0.4" begin="r43.mouseover"/> 127 <set attributeName="fill-opacity" to="0" begin="r43.mouseout"/> 128 </rect> 129 <rect id="r40" width="30" height="30" fill="black" stroke-width="10" stroke="blue" fill-opacity=".3" stroke-opacity=".3" pointer-events="visibleStroke"/> 130 131 <rect x="50" width="30" height="30" fill="black" fill-opacity="0.1" stroke-width="10" stroke="blue" stroke-opacity="0.1"/> 132 <rect id="r41" x="50" width="30" height="30" fill="none" stroke-width="10" stroke="none" fill-opacity=".3" stroke-opacity=".3" pointer-events="visibleStroke"/> 133 134 <rect x="100" width="30" height="30" fill="black" fill-opacity="0.1" stroke-width="10" stroke="blue" stroke-opacity="0.1"/> 135 <rect id="r42" x="100" width="30" height="30" fill="black" stroke-width="10" stroke="blue" fill-opacity="0" stroke-opacity="0" pointer-events="visibleStroke"/> 136 137 <rect x="145" y="-5" width="40" height="40" fill="none" stroke-width="1" stroke="black" stroke-dasharray="3,3" stroke-opacity=".5"/> 138 <rect x="150" width="30" height="30" fill="none" stroke-width="1" stroke="black" stroke-dasharray="1,1"/> 139 <rect x="155" y="5" width="20" height="20" fill="none" stroke-width="1" stroke="black" stroke-dasharray="3,3" stroke-opacity=".5"/> 140 <rect id="r43" x="150" width="30" height="30" fill="black" stroke-width="10" stroke="black" visibility="hidden" pointer-events="visibleStroke"/> 141 <g font-size="12"> 142 <text x="200" y="15">visibleStroke : </text> 143 <text x="200" y="30" fill="#777">only stroke of rects 1, 2 and 3 must trigger</text> 144 </g> 145 </g> 146 <g transform="translate(25, 250)"> 147 <rect x="-10" y="-10" width="200" height="50" fill="red" fill-opacity="0"> 148 <set attributeName="fill-opacity" to="0.4" begin="r50.mouseover"/> 149 <set attributeName="fill-opacity" to="0" begin="r50.mouseout"/> 150 <set attributeName="fill-opacity" to="0.4" begin="r51.mouseover"/> 151 <set attributeName="fill-opacity" to="0" begin="r51.mouseout"/> 152 <set attributeName="fill-opacity" to="0.4" begin="r52.mouseover"/> 153 <set attributeName="fill-opacity" to="0" begin="r52.mouseout"/> 154 <set attributeName="fill-opacity" to="0.4" begin="r53.mouseover"/> 155 <set attributeName="fill-opacity" to="0" begin="r53.mouseout"/> 156 </rect> 157 <rect id="r50" width="30" height="30" fill="blue" stroke-width="10" stroke="blue" fill-opacity=".3" stroke-opacity=".3" pointer-events="visible"/> 158 159 <rect x="50" width="30" height="30" fill="blue" fill-opacity="0.1" stroke-width="10" stroke="blue" stroke-opacity="0.1"/> 160 <rect id="r51" x="50" width="30" height="30" fill="none" stroke-width="10" stroke="none" fill-opacity=".3" stroke-opacity=".3" pointer-events="visible"/> 161 162 <rect x="100" width="30" height="30" fill="blue" fill-opacity="0.1" stroke-width="10" stroke="blue" stroke-opacity="0.1"/> 163 <rect id="r52" x="100" width="30" height="30" fill="blue" stroke-width="10" stroke="blue" fill-opacity="0" stroke-opacity="0" pointer-events="visible"/> 164 165 <rect x="145" y="-5" width="40" height="40" fill="none" stroke-width="1" stroke="black" stroke-dasharray="3,3" stroke-opacity=".5"/> 166 <rect x="150" width="30" height="30" fill="none" stroke-width="1" stroke="black" stroke-dasharray="1,1"/> 167 <rect x="155" y="5" width="20" height="20" fill="none" stroke-width="1" stroke="black" stroke-dasharray="3,3" stroke-opacity=".5"/> 168 <rect id="r53" x="150" width="30" height="30" fill="black" stroke-width="10" stroke="black" visibility="hidden" pointer-events="visible"/> 169 <g font-size="12"> 170 <text x="200" y="15">visible : </text> 171 <text x="200" y="30" fill="#777">fill and stroke of rects 1, 2 and 3 must trigger</text> 172 </g> 173 </g> 174 </g> 175 </g> 176 <g font-family="SVGFreeSansASCII,sans-serif" font-size="32"> 177 <text id="revision" x="10" y="340" stroke="none" 178 fill="black">$Revision: 1.2 $</text> 179 </g> 180 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000"/> 181 <!-- comment out this watermark once the test is approved 182 <g id="draft-watermark"> 183 <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/> 184 <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240" 185 text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text> 186 </g> --> 187 </svg> 188 </body> 189 </html>