Start dx path support.
This commit is contained in:
parent
f8a2ce3c59
commit
a46477cdcf
5 changed files with 91 additions and 22 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
TEST_CASE(TestElectronicCircuit, "circuits")
|
||||
{
|
||||
TestRenderer renderer(100, 100);
|
||||
TestRenderer renderer(800, 800);
|
||||
|
||||
auto circuit = std::make_unique<ElectronicCircuit>();
|
||||
|
||||
|
@ -68,4 +68,6 @@ TEST_CASE(TestElectronicCircuit, "circuits")
|
|||
|
||||
renderer.getScene()->addNode(circuit_node.get());
|
||||
renderer.writeSvg(TestUtils::getTestOutputDir(__FILE__) / "circuit.svg");
|
||||
|
||||
renderer.write(TestUtils::getTestOutputDir(__FILE__) / "circuit.png");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue