Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Solved
    • Unsolved
    • Search
    1. Home
    2. Bugs
    Log in to post

    Bugs

    • justvanrossum

      How to report DrawBot bugs
      • justvanrossum  

      1
      1
      Votes
      1
      Posts
      970
      Views

      No one has replied

    • MauriceMeilleur

      Defining lineHeight and first baseline: status?
      • MauriceMeilleur  

      8
      0
      Votes
      8
      Posts
      64
      Views

      MauriceMeilleur

      In case anyone's following this thread: over on RoboFont's Discord, thanks to Wim asking we determined that the issue had mainly to do with a bug in a pre-release version of DB I was using; using v3.130 cleared things up.
    • Maarten Idema

      Running Drawbot as a module in environments that aren't Mac OS X
      • Maarten Idema  

      4
      0
      Votes
      4
      Posts
      16
      Views

      Maarten Idema

      Great thanks gang. I'll look into Just's Skia stuff.
    • Christine

      Messed-up font metrics in Drawbot
      • Christine  

      2
      0
      Votes
      2
      Posts
      9
      Views

      frederik

      lets continue here: https://github.com/typemytype/drawbot/issues/481
    • nadobnikm

      Local modules don’t update
      • nadobnikm  

      3
      0
      Votes
      3
      Posts
      17
      Views

      jo

      reload is python 2 afaik in python 3.4 and newer you are supposed to use: import importlib importlib.reload(module) good luck!
    • slobzheninov

      Empty font properties. Cache?
      • slobzheninov  

      3
      0
      Votes
      3
      Posts
      20
      Views

      frederik

      which version of DrawBot are you using? is this happening inside the app or when you use DrawBot as a module?
    • Craig

      Accessing opsz fontVariation
      • Craig  

      12
      0
      Votes
      12
      Posts
      41
      Views

      Craig

      Sure enough, that seems to have been the problem. A new font file with internal settings for opsz that increase rather than decrease with point size seems to now respond in Drawbot as expected.
    • renanrosatti

      Appending a glyph to a FormattedString does not work well when fontVariations are set
      • renanrosatti  

      5
      0
      Votes
      5
      Posts
      17
      Views

      renanrosatti

      Wow thanks a lot for such a fast fix! That is a lifesaver function for glyph proofing
    • bettina comte

      Issue with fonts open paths (fonttools ?)
      • bettina comte  

      1
      0
      Votes
      1
      Posts
      10
      Views

      No one has replied

    • paul

      SOLVED Variable Font Animation Jiggle
      animation variable fonts • • paul  

      4
      0
      Votes
      4
      Posts
      59
      Views

      ryan

      Hi @gferreira, this workaround is really helpful in making variable font animations not so jittery (run into that a lot). However, when using BezierPath, one loses selecting fill within some words of the FormattedString. Is it possible not flatten it all to one color with BezierPath?
    • arrowtype_2

      I can’t login via Twitter
      • arrowtype_2  

      4
      0
      Votes
      4
      Posts
      9
      Views

      frederik

      should be fixed now or at least its working for me...
    • MauriceMeilleur

      SOLVED Gaussian blur moves object when applied in different places in the code?
      • MauriceMeilleur  

      2
      0
      Votes
      2
      Posts
      19
      Views

      frederik

      not really a bug: when applying a blur the images gets bigger, check with im.size() before and after the blur is applied. im.offset() is providing you the correct x, y difference.
    • ChrisSwift

      SOLVED drawBot.misc.DrawBotError: No image found at http:...
      image • • ChrisSwift  

      8
      0
      Votes
      8
      Posts
      395
      Views

      MauriceMeilleur

      @frederik https://www.drawbot.com/_/downloads/en/stable/pdf/, and my bad: I was using an old version of the documentation (3.121). I see the 3.126 version has a working URL. (The line break is breaking the link in the pdf, though.)
    • MauriceMeilleur

      SOLVED Size of text box doesn't correspond exactly to fontSize
      text fontsize size • • MauriceMeilleur  

      4
      0
      Votes
      4
      Posts
      61
      Views

      gferreira

      But that means that default linespacing = fontSize + 1? not really… it depends on the vertical metrics in the font. here’s a test with other fonts: from random import choice fontName = choice(installedFonts()) txt = FormattedString() txt.append('a', fontSize=1000, font=fontName) print(fontName) print(textSize(txt)[1]) line height is tricky see 1 2 3 4
    • JTDType

      SOLVED Drawbot no longer working after upgrading to Catalina
      • JTDType  

      8
      0
      Votes
      8
      Posts
      357
      Views

      frederik

      This has been fixed upstream. Will try to built a fresh release after the weekend
    • JD

      SOLVED New Drawbot version
      • JD  

      3
      0
      Votes
      3
      Posts
      145
      Views

      JD

      Thanks Frederik, that solved the issue. JD
    • MishaHeesakkers

      UNSOLVED Trying to install Drawbot as a module gives this error.
      modules • • MishaHeesakkers  

      4
      0
      Votes
      4
      Posts
      313
      Views

      frederik

      mm strange, can you send an example script that fails with this traceback A wild guess is that the drawBot package is not installed. Did you do this last step (next to installing all the dependencies) cd path/To/drawBot pytho3.7 setup.py install
    • snaders

      UNSOLVED Drawbot freezes after running
      • snaders  

      5
      0
      Votes
      5
      Posts
      824
      Views

      harbortype

      @frederik I am on Mojave (10.14.5). This is the crash report that comes up after I force quit Drawbot: https://www.dropbox.com/s/4b6gkksm1ti5rnv/Drawbot crash report.txt?dl=0 Not sure if there is another report somewhere else… One other thing I have noticed just now is that if I run the script above and then run a different script, Drawbot will freeze as well. The second script being one that I use daily with zero issues.
    • bic

      Zip not supported?
      py3 • • bic  

      4
      0
      Votes
      4
      Posts
      1056
      Views

      gferreira

      @bic to make sure which version of Python you are running: import sys print(sys.version) in SublimeText3 you can set the Python version in Tools > Build System. handling of unicode changed radically from py2 to py3. see: Strings, Bytes, and Unicode in Python 2 and 3 Unicode strings in Python: A basic tutorial hope this helps!
    • MauriceMeilleur

      Windows minimizing and re-expanding after completing script
      • MauriceMeilleur  

      3
      0
      Votes
      3
      Posts
      1473
      Views

      MauriceMeilleur

      @justvanrossum Just noticed it again a couple days ago. Seems to happen after particularly processor-intensive scripts are done running. I'll keep watching.
    Drawing With Python