Skip to content

Commit

Permalink
Fix: CSS interpolation methods not working
Browse files Browse the repository at this point in the history
  • Loading branch information
ollm committed Aug 12, 2024
1 parent f12cbdb commit bfc1298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- WebDAV server support [`b6f4439`](https://github.com/ollm/OpenComic/commit/b6f4439d8953b3855fbc3d7ff476bfd6230a51a1)
- Library Navigation using side mouse buttons [`96f4bb8`](https://github.com/ollm/OpenComic/commit/96f4bb8e0033bd58b78e9ec29155ae332c72ec8b)
- Move to trash and Delete permanently options [`2737fbe`](https://github.com/ollm/OpenComic/commit/2737fbe2b9a318c9e5a8b27885e153caa5e9b327)
- Improved reading load and memory usage
- Improved reading load and memory usage [`f12cbdb`](https://github.com/ollm/OpenComic/commit/f12cbdbade5e487f5c608e253a6c82b8e7c554a4)


##### 🐛 Bug Fixes
Expand Down
2 changes: 2 additions & 0 deletions scripts/reading/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,8 @@ async function render(index, _scale = false, magnifyingGlass = false)
{
if(cssMethods[_config.kernel])
{
img.src = encodeSrcURI(shortWindowsPath.generateSync(img.dataset.src));
img.classList.remove('blobRendered', 'blobRender');
img.style.imageRendering = cssMethods[_config.kernel];
}
else if(renderedObjectsURLCache[key])
Expand Down

0 comments on commit bfc1298

Please sign in to comment.