typemytype / drawbot

http://www.drawbot.com
Other
398 stars 61 forks source link

Grey border around output on macOS 12.2 (drawbot 3.128) #480

Closed rsms closed 2 years ago

rsms commented 2 years ago

There's a semi-transparent border added to all output. I don't recall this happening on macOS 10.15.

Example script:

size(200, 200)
fill(1, 1, 0.8)
rect(0, 0, 200, 200)
saveImage("~/Downloads/out.pdf")
Screen Shot 2022-06-07 at 16 37 19
rsms commented 2 years ago

It doesn't appear on SVG or PNG output, so this is likely a PDF-specific bug

Screen Shot 2022-06-07 at 16 44 43 Screen Shot 2022-06-07 at 16 43 34
typemytype commented 2 years ago

Ive seen this too, its confusing... but its not in the pdf :( open the pdf in any other app and you will not see that border.

(DrawBot and Preview use the same pdf view provided by macOS)

rsms commented 2 years ago

open the pdf in any other app and you will not see that border

Woah, you're right. What a weird macOS bug. Thanks!

rsms commented 2 years ago

And hey, thank you for making DrawBot! ♡