146147148149150151152153154
/** * ctor. */ public SvgImage() { super("SVG-Image"); wikiMatcher(new Matcher().string("!svg")); htmlTranslation(this); wikiRule(this); }