bartneck / swiML

A project to formalise swimming programs using XML
MIT License
2 stars 2 forks source link

The lap numbers are not aligned #98

Closed bartneck closed 6 months ago

bartneck commented 6 months ago

When writing the <length> as <lengthAsLaps> then the resulting HTML file has some layout error.

The error is visible in the squared-square-program.html

SCR-20240321-ootm
bartneck commented 6 months ago

The numbers should be right aligned.

calloc262 commented 6 months ago

added fix to main

bartneck commented 6 months ago

There are some random numbers at the end of the program now.

bartneck commented 6 months ago

Here is an example of the random numbers at the bottom. It's probably just some leftover debug code.

SCR-20240325-hrgv
calloc262 commented 6 months ago

forgot to remove after testing should be all good now

bartneck commented 6 months ago

tested and works. Great work!