-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ordering of image converters (#148)
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.
- Loading branch information
1 parent
d99306b
commit 965db09
Showing
1 changed file
with
9 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters