7 auto scene = std::make_unique<xcal::scene::Scene>();
11 scene->add<
Line>(1)->set_stroke_color({0.0, 0.0, 1.0, 1.0})->rotate(90);
12 scene->add<
Line>(1)->set_stroke_color({0.0, 1.0, 1.0, 1.0});
13 scene->add<
Line>(1)->set_stroke_color({1.0, 1.0, 1.0, 1.0})->rotate(45);
15 ->set_stroke_color({1.0, 1.0, 1.0, 1.0})
24 render.show(1200, 675);