Difference between revisions of "Canyon Map/Test"

From B.E.R.T. Wiki

< Canyon Map

Line 99: Line 99:
  
  
<!--
+
 
 
   <circle cx="100" cy="25" r="20" fill="orange" onclick="ToggleDisplay(evt)" display="inline"/>
 
   <circle cx="100" cy="25" r="20" fill="orange" onclick="ToggleDisplay(evt)" display="inline"/>
 
   <text x="100" y="60" font-size="15px" text-anchor="middle">Display</text>
 
   <text x="100" y="60" font-size="15px" text-anchor="middle">Display</text>
Line 109: Line 109:
 
   <text x="220" y="60" font-size="15px" text-anchor="middle">Opacity</text>
 
   <text x="220" y="60" font-size="15px" text-anchor="middle">Opacity</text>
  
-->
+
 
  
 
   <g id="DisplayGroup" onclick='ToggleDisplay(evt, "DisplayGroup")' display="none">
 
   <g id="DisplayGroup" onclick='ToggleDisplay(evt, "DisplayGroup")' display="none">

Revision as of 10:45, 29 June 2018

Hiding and Showing Elements A demonstration of the differences in approach to hiding an element or group of elements in SVG, using the display, visibility, and opacity style properties. Written by Doug Schepers [[email protected]], September 2003. Display Visibilty Opacity Display Visibilty Opacity