[
    {
        "created": "20200409061334974",
        "text": "<div name=\"\">\"\"\"use %23 instead of # ie #%23title not ##title, no \"_\"\nno target, works in sbar, s river 1st time w/out CP Navigation Address Bar” \"Include the target tiddler setting\" [[svg internal links behavior in TW]]\ntarget _self? (default) _top - replaces wiki with link must use browser back\nno target _self (default) _parent -- opens in top of s river w/ focus (w/ cp setting)\ntarget _replace (not implemented use _self) new tab\ntargeting iframe outside svg in tiddler opens complete wiki w/ tiddler open no focus (w cp setting)\n # prefix to target name-- new tab whole wiki\ncontainer div with target name -- new tab\nhttps://www.w3.org/TR/SVG11/linking.html#AElementTargetAttribute\"\"\"\n<svg viewBox=\"0 0 300 100\" xmlns=\"http://www.w3.org/2000/svg\" width=\"75%\">\n<rect x=\"1\" y=\"1\" width=\"298\" height=\"98\" style=\"fill:none;stroke:white;stroke-width:2;\"/>\n\n<a href=\"#svg filter glow\">\n  <circle cx=\"50\" cy=\"20\" r=\"20\" style=\"fill:black;stroke:white;stroke-width:1;\"/></a>\n<text x=\"25\" y=\"30\"style=\"font-size:.75em;fill:white;\">no target</text>\n<text x=\"25\" y=\"40\"style=\"font-size:.75em;fill:white;\"></text>\n\n<a href=\"#svg filter glow\" target=\"_self\">\n    <circle cx=\"100\" cy=\"20\" r=\"20\" style=\"fill:black;stroke:white;stroke-width:1;\"/></a>\n<text x=\"80\" y=\"30\"style=\"font-size:.75em;fill:white;\">target</text>\n<text x=\"80\" y=\"40\"style=\"font-size:.75em;fill:white;\">self</text>\n\n<a href=\"#svg filter glow\" target=\"_parent\">\n    <circle cx=\"150\" cy=\"20\" r=\"20\" style=\"fill:black;stroke:white;stroke-width:1;\"/></a>\n<text x=\"135\" y=\"30\"style=\"font-size:.75em;fill:white;\">target</text>\n<text x=\"135\" y=\"40\"style=\"font-size:.75em;fill:white;\">parent</text>\n\n<a href=\"#svg filter glow\" target=\"svgextiframe\">\n    <circle cx=\"200\" cy=\"20\" r=\"20\" style=\"fill:black;stroke:white;stroke-width:1;\"/></a>\n<text x=\"180\" y=\"30\"style=\"font-size:.75em;fill:white;\">ext iframe</text>\n<text x=\"180\" y=\"40\"style=\"font-size:.75em;fill:white;\">in tiddler</text>\n\n<a href=\"#svg filter glow\" target=\"svgextiframe2\">\n    <circle cx=\"250\" cy=\"20\" r=\"20\" style=\"fill:black;stroke:white;stroke-width:1;\"/></a>\n<text x=\"230\" y=\"30\"style=\"font-size:.75em;fill:white;\">ext iframe</text>\n<text x=\"230\" y=\"40\"style=\"font-size:.75em;fill:white;\">diff tiddler</text>\n</svg>\n<iframe name=\"svgextiframe\" src=\"\" width=\"100%\" height=\"100\" style=\"border:double 4px;\"></iframe>\n</div>",
        "title": "svg link a tag target",
        "tags": "[[SVG experiments]]",
        "modified": "20200421050519237"
    },
    {
        "text": "target for [[svg link target]]\n\n<iframe name=\"svgextiframe2\" src=\"\" width=\"100%\" height=\"300\" style=\"border:double 4px;\"></iframe>\n\n",
        "title": "svg link target 1",
        "tags": "[[SVG experiments]]",
        "modified": "20200409081901926",
        "created": "20200409074030139"
    },
    {
        "text": "<style>.svgglowex {\n }</style>\n<svg class=\"svgglowex\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 200\" preserveAspectRatio=\"xMinYMin meet\">\n<defs>\n<filter id=\"sofGlow\" height=\"300%\" width=\"300%\" x=\"-75%\" y=\"-75%\">\n<!-- Thicken out the original shape -->\n\t<feMorphology operator=\"dilate\" radius=\"4\" in=\"SourceAlpha\" result=\"thicken\" />\n<!-- Use a gaussian blur to create the soft blurriness of the glow -->\n\t<feGaussianBlur in=\"thicken\" stdDeviation=\"10\" result=\"blurred\" />\n<!-- Change the colour -->\n\t<feFlood flood-color=\"rgb(0,186,255)\" result=\"glowColor\" />\n<!-- Color in the glows -->\n\t<feComposite in=\"glowColor\" in2=\"blurred\" operator=\"in\" result=\"softGlow_colored\" />\n<!--\tLayer the effects together -->\n\t<feMerge>\n\t<feMergeNode in=\"softGlow_colored\"/>\n\t<feMergeNode in=\"SourceGraphic\"/>\n\t</feMerge>\n</filter>\n</defs>\n<rect x=\"2\" y=\"2\" width=\"496\" height=\"196\" style=\"fill:black;stroke:white;stroke-width:4px;\" />\n<rect x=\"10%\" y=\"15%\" width=\"50%\" height=\"50%\" fill=\"black\" filter=\"url(#sofGlow)\" />\n</svg>\n<!-- <rect x=\"25%\" y=\"37.25%\" width=\"50%\" height=\"25%\" fill=\"black\" filter=\"url(#sofGlow)\" /> -->",
        "title": "svg filter glow",
        "tags": "[[SVG experiments]]",
        "modified": "20200409100132651",
        "created": "20190810045446195"
    }
]