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

added arms to Spongebob through the edge renderings. #24

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

NiklasRentzCAU
Copy link
Member

This graph now looks a lot more like Spongebob with new little arms!
Default values: on, Style: Spongebob.

Also works for Splines and for elkt Graphs, with or without edge directions.

In Eclipse with Piccolo, only the outer black line of the arm is drawn and not the yellow inner part. I will not further investigate this issue, as it is deeply ingrained in the Piccolo configuration and implementation of KLighD.

properties:
    org.eclipse.elk.direction=RIGHT
    // org.eclipse.elk.edgeRouting=SPLINES

knode a {
    size: width = 50 height = 50
    kedge (->b)
    kedge (->c)
    klabel ""
}

knode b {
    size: width = 50 height = 50
    klabel ""
}

knode c {
    size: width = 50 height = 50
    kedge (->d)
    kedge (->e)
    klabel ""
}

knode d {
    size: width = 50 height = 50
    kedge (->a)
    klabel ""
}

knode e {
    size: width = 50 height = 50
    klabel ""
    kedge (->a)
}

Screenshot from 2025-02-14 11-45-40

@NiklasRentzCAU NiklasRentzCAU merged commit 3260858 into master Feb 14, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants