Difference between revisions of "Canyon Map/Test"
From B.E.R.T. Wiki
| Line 111: | Line 111: | ||
<!-- for some reason none of this displays --> | <!-- for some reason none of this displays --> | ||
| + | |||
| + | |||
| + | <circle cx="100" cy="335" r="20" fill="orange"/> | ||
| + | <circle id="DisplayGroupException" cx="100" cy="335" r="5" fill="lime" display="inline"/> | ||
<p>more here, but invisible</p> | <p>more here, but invisible</p> | ||
| Line 117: | Line 121: | ||
<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> | ||
| Line 122: | Line 129: | ||
<g id="VisibiltyGroup" onclick='ToggleVisibilty(evt, "VisibiltyGroup")' visibility="visible"> | <g id="VisibiltyGroup" onclick='ToggleVisibilty(evt, "VisibiltyGroup")' visibility="visible"> | ||
<circle cx="160" cy="335" r="20" fill="red"/> | <circle cx="160" cy="335" r="20" fill="red"/> | ||
| − | <circle id="VisibiltyGroupException" cx="160" cy="335" r="5" fill="lime" visibilty | + | <circle id="VisibiltyGroupException" cx="160" cy="335" r="5" fill="lime" visibilty="visible" /> |
</g> | </g> | ||
<text x="160" y="370" font-size="15px" text-anchor="middle">Visibilty</text> | <text x="160" y="370" font-size="15px" text-anchor="middle">Visibilty</text> | ||
Revision as of 10:49, 29 June 2018
be sure to look at the source for this page