Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Solved
    • Unsolved
    • Search
    1. Home
    2. erik
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by erik

    • erik

      Use drawbot to make a Teams background
      Code snippets • background microsoft teams videoconference • • erik  

      1
      3
      Votes
      1
      Posts
      32
      Views

      No one has replied

    • erik

      Aha so that's how antialiasing in gif works..
      General Discussion • gif antialiasing discoveries pixels • • erik  

      1
      2
      Votes
      1
      Posts
      52
      Views

      No one has replied

    • erik

      SOLVED fontVariations in BezierPath or formattedString
      General Discussion • bezierpath variable fonts featurevariations formattedstring • • erik  

      2
      0
      Votes
      2
      Posts
      122
      Views

      gferreira

      hello @erik, yes, see this example. groeten!
    • erik

      Setting fallback font for text in svg?
      Feature Requests • text svg • • erik  

      3
      0
      Votes
      3
      Posts
      410
      Views

      frederik

      further discussion here https://github.com/typemytype/drawbot/issues/274 also read why we dont allow embedding fonts: https://github.com/typemytype/drawbot/issues/23
    • erik

      Interpolating Colorbars
      Code snippets • color • • erik  

      1
      0
      Votes
      1
      Posts
      617
      Views

      No one has replied

    • erik

      Collinearity of points
      Code snippets • area collinearity math triangles • • erik  

      3
      1
      Votes
      3
      Posts
      1566
      Views

      MauriceMeilleur

      That animation of the KABK crown I did: was looking into this question so as to avoid having to define the collinear = invalid segments explicitly — having the code test the combinations is a more elegant solution. https://twitter.com/MauriceMeilleur/status/973090865882296325
    • erik

      SOLVED image Object should have imagePixelColor method
      Feature Requests • image image object pixel color • • erik  

      3
      0
      Votes
      3
      Posts
      1455
      Views

      justvanrossum

      You can pass an ImageObject to imagePixelColor(): im = ImageObject() with im: fill(1, 0, 0) rect(100, 100, 200, 200) print(imagePixelColor(im, (150, 140)))
    • erik

      Define a named color?
      Feature Requests • color • • erik  

      3
      0
      Votes
      3
      Posts
      1545
      Views

      frederik

      this should somehow already work for images: see ImageObject spotColor
    • erik

      Possible solution to Just's puzzle?
      Code snippets • • erik  

      9
      1
      Votes
      9
      Posts
      2770
      Views

      dyb

      An example with blendMode("lighten") and radialGradient() building on @justvanrossum example. size(1000, 1000) fill(0) dia = 864 offset = 120 rect(0, 0, width(), height()) d = 1200 blendMode("lighten") radialGradient((350-offset, 750+offset), (350-offset, 750+offset), [(1,), (0,)], startRadius=5, endRadius=0.7*dia) oval(350-.5*d, 750-.5*d, d, d) radialGradient((650-offset, 250+offset), (650-offset, 250+offset), [(1,), (0,)], startRadius=5, endRadius=0.35*dia) oval(650-.5*d, 250-.5*d, d, d)
    • erik

      Excellent 3D Monsters
      Code snippets • text transformations • • erik  

      1
      1
      Votes
      1
      Posts
      1274
      Views

      No one has replied

    • erik

      Drawing colors with colorsys
      Code snippets • color • • erik  

      1
      4
      Votes
      1
      Posts
      1255
      Views

      No one has replied