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

Fix ordering of image converters #148

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Conversation

chrisfenner
Copy link
Member

Lua tables (maps) are not order-preserving unless they have numeric keys, which means that arbitrarily, either imagemagick or drawio could be used to convert a '.drawio.svg' file.

This change removes the table-based converterFor logic and replaces it with a simpler if-statement based routine.

Lua tables (maps) are not order-preserving unless they have
numeric keys, which means that arbitrarily, either imagemagick
or drawio could be used to convert a '.drawio.svg' file.

This change removes the table-based converterFor logic and replaces it
with a simpler if-statement based routine.
@chrisfenner chrisfenner merged commit 965db09 into main Apr 9, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant