Skip to content

Commit

Permalink
Print and layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
calvertdw committed Oct 4, 2024
1 parent 192663f commit ac28a2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ private void drawSVG()
int walk = 1;
for (SCS2LogWalk logWalk : locomotionData.getLogWalks())
{
// svgGraphics2D.drawString("Walk %d".formatted(walk), );
svgGraphics2D.drawString("Walk %d".formatted(walk), metersToMMX(logWalk.getWalkStart().getX()), metersToMMY(logWalk.getWalkStart().getY() + 0.5));

for (SCS2LogDataFootstep footstep : logWalk.getFootsteps())
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[Window][DockSpaceViewport_11111111]
Pos=0,22
Size=800,578
Size=1317,929
Collapsed=0

[Window][Main]
Pos=0,22
Size=800,578
Size=1317,929
Collapsed=0
DockId=0x8B93E3BD,0

Expand All @@ -20,5 +20,5 @@ Size=300,200
Collapsed=0

[Docking][Data]
DockSpace ID=0x8B93E3BD Window=0xA787BDB4 Pos=203,107 Size=800,578 CentralNode=1 Selected=0x1F1A625A
DockSpace ID=0x8B93E3BD Window=0xA787BDB4 Pos=203,112 Size=1317,929 CentralNode=1 Selected=0x1F1A625A

0 comments on commit ac28a2f

Please sign in to comment.