Diffusion Krita 4443c7065791

Fix line length in GIF export

Authored by dkazakov on Apr 23 2019, 5:18 PM.

Description

Fix line length in GIF export

We cannot use QImage::bytesPerLine() for line length calculation
because it usually includes alignment bytes, which are not
recognized by giflib (obviously!).

BUG:404160

Details

Committed
dkazakovApr 23 2019, 5:18 PM
Parents
R37:033fd2814482: Remove unused variable in SvgUtil::parseViewBox
Branches
Unknown
Tags
Unknown