drawbot icon indicating copy to clipboard operation
drawbot copied to clipboard

Results 131 drawbot issues
Sort by recently updated
recently updated
newest added

## Basics Drawbot version: 3.116 (3.116) This issue is probably simplest to share as a dedicated repo: https://github.com/thundernixon/drawbot-varfont-issue ## Summary: I am trying to use a simple Drawbot script to...

When applying a drop shadow to a stroked shape, it is visible in the supposedly-filled area: ``` strokeWidth(100) stroke(1, 0, 0) fill(0, 1, 0) offset = (50, -50) shadow(offset, 50,...

http://www.drawbot.com/content/text/textProperties.html#drawBot.language

Is anyone else experiencing very strange behavior with multi-page drawbot files? I have two files open and if I click on the page thumbnail n it just scrolls randomly to...

Any chance that SVG images can be supported in the image() function?

While this originally was by design, it can be confusing. Also, we currently don't offer access to the image resolution or the actual size. https://twitter.com/grahamwbradley/status/957302299319140352 Let's brainstorm a little about...

enhancement

extract path and color into a bezierPaths somehow I dont know what the current support is from the OS, how does COLR CPAL tables behave in TextEdit.app Also dont know...

Probably because it's an animated gif. Using the same gif locally works. ```python image('https://lumiere-a.akamaihd.net/v1/images/aliceinwonderland_-yes_celebrate_bc506b50.gif', (100,100)) ``` ``` gifsicle: /v1/images/aliceinwonderland_-yes_celebrate_bc506b50.gif: No such file or directory Traceback (most recent call last): File...

A cocoaContext that can draw in NSViews

reminder

get the default open type feature settings for a given font: instead of return a list of fea tags, it could also be a dict where the fea tags are...

enhancement