Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make each shield wire uniform and allow cable.shield color #126

Merged
merged 1 commit into from
Jul 27, 2020

Commits on Jul 26, 2020

  1. Make each shield wire uniform and allow cable.shield color

    As the spline shield wires were rendered as tinned wires with
    black borders, and the shield wires in cable nodes were rendered
    as a single (bottom) border, they didn't fit well together.
    
    Each shield wire is now rendered equally along the spline sections
    and in cable nodes. If cable.shield is true, they are rendered as
    thin black wires in the same way as before multi-colors were
    introduced. The new feature is that cable.shield is allowed to
    contain a two-letter color code to specify a colored shield wire
    with black borders.
    
    The shield wire thickness is not increased, even if the cable has
    some multi-colored wires that makes all other wires to increase.
    
    This fixes bug wireviz#125.
    kvid committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    541dec4 View commit details
    Browse the repository at this point in the history