Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some layouts are not compatible with KLE schema #2143

Open
adamws opened this issue Jan 20, 2024 · 0 comments
Open

Some layouts are not compatible with KLE schema #2143

adamws opened this issue Jan 20, 2024 · 0 comments

Comments

@adamws
Copy link
Contributor

adamws commented Jan 20, 2024

During parsing of all layouts, I found following problems:

Error: 'r' can only be used on the first key in a row:
  {r:12,y:-0.8,x:0.1}
  • couple of rart boards use illegal labels, for example rart75 defines following key: 0,15\n\n\n3,1\n\n\n\n\n\n\n\n\ne0 - there can be maximum of 12 labels ('\n' separated items) - loading this layout with KLE website will result in truncated labels and 'e0' won't be displayed:
    image
    to have center label displayed it should be defined as 0,15\n\n\n3,1\n\n\n\n\n\ne0 instead.

Fix for last point is rather simple and intent of an author is clear. I did not analyze the impact of this minor incompatibilities on via itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant