This class provides a simple way to generate SVG files that contain debugging information during the execution of a script.
The debugging information that is outputted includes the time and the values of variables passed to the class.
The class can generate multiple SVG files to fit all the information that is stored, as well HTML files that can be used to view the generated SVG files. |