GONMarkupParser icon indicating copy to clipboard operation
GONMarkupParser copied to clipboard

Possible Scale Issue (Compiler warning at the least)

Open MichaelKelly98 opened this issue 8 years ago • 1 comments

In class GONMarkupImage.m (line 22), the screen scale is stored in a variable. The very next line, the scale is hardcoded to 2.

The fact that initial value of scale is never used is causing a compiler warning, but I would assume that the hardcoded scale of 2 was not intentional as scales of 1 and 3 are also possible (with 3 becoming more popular as newer devices are released).

MichaelKelly98 avatar Jul 25 '16 20:07 MichaelKelly98

Hi, thanks for the report. Actually, this class isn't supported yet. It's the result of a bad merge between my develop and master branches ;) I will fix it when this feature will go live ;)

nicolasgoutaland avatar Jul 25 '16 21:07 nicolasgoutaland