Re: [pgAdmin][RM7187] ERD Image png 0 bytes

2022-04-07 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Apr 6, 2022 at 6:02 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Due to the limitations of HTML Canvas, if the image exceeds max > width/height of 32767 then the image becomes empty. > To fix this, I have set the max limit of

Re: [pgAdmin][RM7187] ERD Image png 0 bytes

2022-04-06 Thread Aditya Toshniwal
Hi Dave/Hackers, Attached is the updated patch to change the message. On Wed, Apr 6, 2022 at 6:07 PM Dave Page wrote: > Hi > > On Wed, 6 Apr 2022 at 13:32, Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Due to the limitations of HTML Canvas, if the image e

Re: [pgAdmin][RM7187] ERD Image png 0 bytes

2022-04-06 Thread Dave Page
Hi On Wed, 6 Apr 2022 at 13:32, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Due to the limitations of HTML Canvas, if the image exceeds max > width/height of 32767 then the image becomes empty. > To fix this, I have set the max limit of width and height to 32767