Tracé des axes

This commit is contained in:
2026-04-27 12:56:24 +02:00
parent 8ac87e9edb
commit 82901f623b
9 changed files with 284 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ class SVGFactoryTest {
@Test
public void generateSVGAxes(){
SVGFactory.createSVG( ElementsFactory.SVGAxes() );
// SVGFactory.createSVG( ElementsFactory.SVGAxes() );
}
}