Updates to SVG/PNG images which remove TextEvent and MutationNameEvent.
authortleithea
Fri, 01 Jun 2012 04:24:58 +0900
changeset 372 56f906426e37
parent 371 1ce01fedde04
child 373 d40d056f5aad
Updates to SVG/PNG images which remove TextEvent and MutationNameEvent.
html/images/event-inheritance.png
html/images/event-inheritance.svg
Binary file html/images/event-inheritance.png has changed
--- a/html/images/event-inheritance.svg	Sat May 26 09:23:18 2012 +0900
+++ b/html/images/event-inheritance.svg	Fri Jun 01 04:24:58 2012 +0900
@@ -6,9 +6,8 @@
   <desc>
     Event is the base interface.
     UIEvent, CustomEvent, and MutationEvent inherit from Event.
-    FocusEvent, MouseEvent, TextEvent, KeyboardEvent, and CompositionEvent inherit from UIEvent.
-    MouseWheelEvent and WheelEvent inherit from MouseEvent.
-    MutationNameEvent inherits from MutationEvent.
+    FocusEvent, MouseEvent, KeyboardEvent, and CompositionEvent inherit from UIEvent.
+    WheelEvent inherits from MouseEvent.
   </desc>
   
   <defs>
@@ -98,23 +97,23 @@
           <text x="100" y="16" font-size="18" text-anchor="middle" font-family="Verdana, sans-serif">WheelEvent</text>     
         </a>
   
-    <path stroke-linejoin="round" stroke-linecap="round" fill="none" stroke-width="2"  stroke="black" marker-end="url(#contains)"
+    <!--<path stroke-linejoin="round" stroke-linecap="round" fill="none" stroke-width="2"  stroke="black" marker-end="url(#contains)"
       d="M465,60 H470 Q475,60 475,65 V115 Q475,120 480,120 H495"/>
     <a id="TextEvent"  class="order2" transform="translate(500, 110)" xlink:href="../DOM3-Events.html#events-Events-TextEvent" target="_parent">
       <rect x="0" y="0" width="200" height="20" rx="5" ry="5" stroke-width="2"/>
       <text x="100" y="16" font-size="18" text-anchor="middle" font-family="Verdana, sans-serif">TextEvent</text>     
-    </a>
+    </a>-->
   
     <path stroke-linejoin="round" stroke-linecap="round" fill="none" stroke-width="2"  stroke="black" marker-end="url(#contains)"
-      d="M465,60 H470 Q475,60 475,65 V145 Q475,150 480,150 H495"/>
-    <a id="KeyboardEvent"  class="order2" transform="translate(500, 140)" xlink:href="../DOM3-Events.html#events-Events-KeyboardEvent" target="_parent">
+      d="M465,60 H470 Q475,60 475,65 V115 Q475,120 480,120 H495"/>
+    <a id="KeyboardEvent"  class="order2" transform="translate(500, 110)" xlink:href="../DOM3-Events.html#events-Events-KeyboardEvent" target="_parent">
       <rect x="0" y="0" width="200" height="20" rx="5" ry="5" stroke-width="2"/>
       <text x="100" y="16" font-size="18" text-anchor="middle" font-family="Verdana, sans-serif">KeyboardEvent</text>     
     </a>
       
     <path stroke-linejoin="round" stroke-linecap="round" fill="none" stroke-width="2"  stroke="black" marker-end="url(#contains)"
-      d="M465,60 H470 Q475,60 475,65 V175 Q475,180 480,180 H495"/>
-    <a id="CompositionEvent"  class="order2" transform="translate(500, 170)" xlink:href="../DOM3-Events.html#events-Events-CompositionEvent" target="_parent">
+      d="M465,60 H470 Q475,60 475,65 V145 Q475,150 480,150 H495"/>
+    <a id="CompositionEvent"  class="order2" transform="translate(500, 140)" xlink:href="../DOM3-Events.html#events-Events-CompositionEvent" target="_parent">
       <rect x="0" y="0" width="200" height="20" rx="5" ry="5" stroke-width="2"/>
       <text x="100" y="16" font-size="18" text-anchor="middle" font-family="Verdana, sans-serif">CompositionEvent</text>     
     </a>
@@ -133,12 +132,12 @@
     <text x="100" y="16" font-size="18" fill="black" text-anchor="middle" font-family="Verdana, sans-serif">MutationEvent</text>     
   </a>
 
-    <path stroke-linejoin="round" stroke-linecap="round" fill="none" stroke-width="2"  stroke="black" marker-end="url(#contains)"
+    <!--<path stroke-linejoin="round" stroke-linecap="round" fill="none" stroke-width="2"  stroke="black" marker-end="url(#contains)"
       d="M465,210 H495"/>
     <a id="MutationNameEvent"  class="order2" transform="translate(500, 200)" xlink:href="../DOM3-Events.html#events-Events-MutationNameEvent" target="_parent">
       <rect x="0" y="0" width="200" height="20" rx="5" ry="5" stroke-width="2"/>
       <text x="100" y="16" font-size="18" text-anchor="middle" font-family="Verdana, sans-serif">MutationNameEvent</text>     
-    </a>
+    </a>-->
 
 
   <a id="EventTarget"  class="basic" transform="translate(20, 80)" xlink:href="../DOM3-Events.html#events-Events-EventTarget" target="_parent">