-
Notifications
You must be signed in to change notification settings - Fork 276
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
If a field is too long, the table border is exceeded. This error happens only in SVG output, not in PNG output. My temporary solution is to convert the GV file directly into a PDF with: "dot -Tpdf example.gv -o example.pdf" to create a correct vector graphic. Is it possible to fix the SVG output? I think this is a graphviz error - so can you add a direct PDF output for propper vectorized graphics?

With code:
connectors:
X1:
pinlabels: [One, Two, Three]
manufacturer: Manu1
mpn: TODO
type: Power
subtype: Male
notes: |
Here is a very long note text with very much information about the cables.
X2:
pinlabels: [One, Two]
manufacturer: Here is a long Manufacturer
mpn: 123456789ABCDEF
type: Power
subtype: Male
X3:
style: simple
manufacturer: Manufacturer
mpn: 1234
type: Ring Terminal
cables:
Power Cable:
manufacturer: Here is a long Manufacturer
mpn: 123456789ABCDEF
wirecount: 2
length: 5
gauge: 22 AWG
colors: [RD, BK]
Cable 1:
manufacturer: Here is a long Manufacturer
mpn: 123456789ABCDEF
wirecount: 1
length: 5
gauge: 20 AWG
colors: [BUYE]
connections:
-
- X1: [3]
- Cable 1: [1]
- X3
-
- X1: [1-2]
- Power Cable: [1-2]
-
- Power Cable: [1-2]
- X2: [1-2]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed