Difference between revisions of "Canyon Map/Test"

From B.E.R.T. Wiki

< Canyon Map

 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
Funky image testing first a reference to a SVG file, with included javascript.
 +
 +
 +
[[Image:Svg_test.svg]]
 +
 +
 +
then in-line HTML, which is behaving oddly. it stops displaying once we're in groups. but I think there is more going on than just that.
 +
 
<html>
 
<html>
 
<body>
 
<body>
Line 113: Line 121:
  
  
       <circle cx="100" cy="335" r="20" fill="orange"/>
+
        
      <circle id="DisplayGroupException" cx="100" cy="335" r="5" fill="lime" display="inline"/>
+
<p>more below here, but invisible - except for text blocks. weird. something about the groups?</p>
<p>more here, but invisible</p>
 
  
 
   <g id="DisplayGroup" onclick='ToggleDisplay(evt, "DisplayGroup")' display="inline">
 
   <g id="DisplayGroup" onclick='ToggleDisplay(evt, "DisplayGroup")' display="inline">
Line 121: Line 128:
 
       <circle id="DisplayGroupException" cx="100" cy="335" r="5" fill="lime" display="inline"/>
 
       <circle id="DisplayGroupException" cx="100" cy="335" r="5" fill="lime" display="inline"/>
 
   </g>
 
   </g>
 
      <circle cx="100" cy="335" r="20" fill="orange"/>
 
      <circle id="DisplayGroupException" cx="100" cy="335" r="5" fill="lime" display="inline"/>
 
 
 
   <text x="100" y="370" font-size="15px" text-anchor="middle">Display</text>
 
   <text x="100" y="370" font-size="15px" text-anchor="middle">Display</text>
  

Latest revision as of 10:56, 29 June 2018

Funky image testing first a reference to a SVG file, with included javascript.


Svg test.svg


then in-line HTML, which is behaving oddly. it stops displaying once we're in groups. but I think there is more going on than just that.

be sure to look at the source for this page

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

more below here, but invisible - except for text blocks. weird. something about the groups?

Display Visibilty Opacity