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

Feature request: Schematic net label "in-line" rendering #737

Open
frmdstryr opened this issue Sep 8, 2023 · 1 comment
Open

Feature request: Schematic net label "in-line" rendering #737

frmdstryr opened this issue Sep 8, 2023 · 1 comment

Comments

@frmdstryr
Copy link
Contributor

It would be nice if there was an "in-line" label orientation. When adding a label where rotating it looks awkward I often add 2 labels and cut the line between.

image

image

The request would be to render something like this (just without the vertical lines) if the net line goes through the label.

image

@carrotIndustries
Copy link
Member

There are provisions for net labels without the flag decoration:

enum class Style { PLAIN, FLAG };
Style style = Style::FLAG;

I think the best way forward is implementing proper support for them.

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

No branches or pull requests

2 participants