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

visjs-network#39: add penwidth support for dot language #24

Merged
merged 3 commits into from
Jul 28, 2019

Commits on Jul 27, 2019

  1. Refactor parseAttributeList()

    To reduce the number of statements of parseAttributeList(), move parsing
    'dir' attribute to function parseDirAttribute() because it is going to
    reach max-statements limitation of lint.
    geminoa authored and mojoaxel committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    eb0b638 View commit details
    Browse the repository at this point in the history
  2. Add parsing penwidth attribute

    'penwidth' defines the line width as 'width'. If both are exist,
    'penwidth' is used and 'width' is discarded as described in [1].
    This update fixes #24.
    
    [1] https://www.graphviz.org/doc/info/attrs.html#d:penwidth
    geminoa authored and mojoaxel committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    bb14037 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9349f5a View commit details
    Browse the repository at this point in the history