omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. SteveK2216

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    SteveK2216

    @SteveK2216

    0
    Reputation
    335
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    SteveK2216 Unfollow Follow

    Latest posts made by SteveK2216

    • ui path.hit_test

      Don't think this works for the case of a single line segment in a path(move_to, line_to).
      Had to write my own hit_test to check against path bounds.

      hit_test seems to work for rects and circles in a path.

      posted in Pythonista
      SteveK2216
      SteveK2216
    • XOR ON A CANVAS

      Is there any way, on a canvas, to draw and move one vector over another vector leaving the "lower" vector intact?
      I've tried lots of combinations of the "canvas.blends", but none seem to work.

      Think like moving a cross-hair cursor over a drawn object without distroying (or having to redraw) the object.

      posted in Pythonista
      SteveK2216
      SteveK2216