#include <cstdlib>
#include <ctime>
#include <iostream>
#include <fstream>
#include <cmath>
#include <sstream>
#include <string>
int main( int , char *[] )
{
board.
clear(Color::White);
Line tiny( 0, 0, 0.2, 0, Color::Black, 0.01 );
Line small( 0.2, 0, 0.7, 0, Color::Black, 0.01 );
Line large( 0.7, 0, 1.5, 0, Color::Black, 0.01 );
"Centimeters" );
"Inches", Fonts::CourierBold, 2, Color::Red );
board.
saveSVG(
"ruler.svg", Board::BoundingBox, 0.0, Board::UCentimeter );
}