SVG support in NATFlixel. Close #165
This commit is contained in:
@@ -73,5 +73,5 @@
|
||||
(method fullString [:Entry e]
|
||||
(haxe.Json.stringify e null "\t"))
|
||||
|
||||
(method filePath [file]
|
||||
(method :String filePath [file]
|
||||
(joinPath archiveDir "files" file))
|
@@ -2,7 +2,7 @@
|
||||
|
||||
(defNew []
|
||||
(super
|
||||
["jpg" "jpeg" "png"]
|
||||
["jpg" "jpeg" "png" "svg"]
|
||||
->[archive e imageFiles &opt ui]
|
||||
(unless (upgradeToVersion2 archive e)
|
||||
// TODO an edge case exists when more image files are added to an Entry
|
||||
|
Reference in New Issue
Block a user