Skip to content

one-off rendering error in rounded backdrops #9

Description

@disconcision

Screenshot from 2019-05-22 22-10-13
by the cursor.

proposal: in the layout code, i think that right now each row has two {-1,0,1}s indicating whether the above/below rows are shorter/equal/longer. replace this with the actual difference. the code that conditions on it right now should condition on the sign. in the case that the difference is less than the curvature radius, do two things:

  1. make the bezier endpoint half way towards above/below neighbor (currently this is radius)
  2. make the bezier angle at that point 45 degrees (currently this is horizontal) to meet up smoothly with neighbor.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions