A sneak peek at something from WikiWitchery...
This demonstrates not just a visual guide of basic filter run logic that should be easier to understand, but also a self contained tiddler of mixed content-- wikitext, html and svg graphics. Everything in one tiddler that is much smaller than using traditional external raster images for simple line art graphics.
This comes from a larger item-- a visual multi-stage filter with selective filter run selectors and filter (logic)/run function/prefix. The graphics are to display in a panel to illustrate which (logic)/run function/prefix is being selected.
One interesting thing about svg is the ability to reuse pieces of other svg without having to retype the original svg code. The first svg defines the common pieces that all 5 will use and the other 4 reuse the pieces from the first.
The self contained tiddler compares to a similar tiddler that uses transclusion of the same svg's in separate svg tiddlers, looks like this:
translusion tiddler export size: without svg's: 3 kb
with (in json file of 6 tiddlers): 15 kb
self contained tiddler export size: 9 kb
The self contained tiddler also will export as a static html file with the svg graphics embedded into the document-- also with a much smaller size than if raster images were embedded. Perfect for charts and graphs-- WikiWitchery will have an example bar graph chart that was creared in TW with a very small file size and can be edited/altered in TW just like any tiddler.
Some browsers are finicky about svg's especially older ones so don't be surprised if the svg's don't display as advertised-- use the screenshots to compare your browser's displayed content against.
Also the svg's use the default font from the wiki they're being viewed in, so if you have nonstandard fonts, settings you may get usual results.
Any custom global css values you have set in your wiki could potentionally have an effect on this tiddler and could be a place to look if the tiddler doesn't display right.
the attached html version can be used if you don't wish to import the tiddler, use an iframe tiddler to display the hrml version in your wiki
A version using transclusion of svg tiddlers will be available on WikiWitchery.

powered by WikiWitchery
with K.A.O.S. inside >^.^<