elements, and will change the font-family for the whole element. // This can be enabled/disabled independently of the use of AutoFont within mPDF generally. // Choice of font is determined by the config_cp.php file, the same as for mPDF generally. // NB The configurable variable $useLang must be set to true (in config.php or at runtime). if (!defined("_SVG_AUTOFONT")) { define("_SVG_AUTOFONT", false); } // Enable a limited use of classes within SVG elements by setting this to true. // This allows recognition of a "class" attribute on a element. // The CSS style for that class should be outside the SVG, and cannot use any other selectors (i.e. only .class {} can be defined) //