Difference between revisions of "Canyon Map/Test"
From B.E.R.T. Wiki
| Line 105: | Line 105: | ||
]]></script> | ]]></script> | ||
| − | <circle cx="100" cy="25" r="20" fill="orange" onclick="ToggleDisplay(evt)" display=" | + | <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> | ||
| − | <circle cx="160" cy="25" r="20" fill="red" onclick="ToggleVisibilty(evt)" visibility=" | + | <circle cx="160" cy="25" r="20" fill="red" onclick="ToggleVisibilty(evt)" visibility="visible"/> |
<text x="160" y="60" font-size="15px" text-anchor="middle">Visibilty</text> | <text x="160" y="60" font-size="15px" text-anchor="middle">Visibilty</text> | ||
Revision as of 10:39, 29 June 2018
File:svg_test.svg
a test to see if we can get dynamic SVG to execute in a page. Above is a SVG file reference
here is raw svg of same
below ( view source ) is raw html