Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Inverts content-type detection logic from magic to transport protocol definition

AuthorDaveJarvis <email>
Date2023-01-03 17:41:00 GMT-0800
Commitef414f84636ba63aabb6399cbde669021dc01955
Parentfd5d703
Delta1 line added, 1 line removed
src/main/java/com/keenwrite/preview/SvgReplacedElementFactory.java
}
- return image;
+ return image == null ? BROKEN_IMAGE : image;
}