Skip to content

Commit

Permalink
Support XCF version 6 import. Resolves #537.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtmartensson committed Oct 24, 2024
1 parent e3efc44 commit 4754a2f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ private void load(Document doc) throws ParseException {
load4(root);
break;
case '5':
case '6':
load5(root);
break;
default:
Expand Down

0 comments on commit 4754a2f

Please sign in to comment.