Tobias Falk
Tobias Falk
I think all of the 5 are good candidates of V 1.0 and a V2.0 of FreeCAD will come, and with it most likely the need/motion for a new Logo,...
@martinrieder I took a look at #32 and #304, and I am a bit confused, is it now possible to draw the wiring plan in to a drawing frame with...
> @tobiasfalk there are many ways that the frame and title blocks could be drawn. What do you suggest? Only add it for "printable" formats like PDF? I would add...
> Take a look at [demo02](https://github.com/wireviz/WireViz/blob/master/examples/demo02.yml) If I see this correctly, you are drawing this frame amd titleblock internally, wich is cald by the template tag. This limits the user...
https://forum.graphviz.org/t/background-image-frame-for-the-graph/2232
So the wertical lines also work: # Vertical dashed lines they work by the following: ## the .gv file line definition ``` edge [color="#000000" headclip=false, tailclip=false, style="dashed", constraint=false] X2:p3J:c --...
> I'm curious - when do you need to specify font face, point-size, and color? Is it for `neato` only? It seems to work without in my simple test to...
The first (Pin 3) is `⬤` The second (Pin 4) is `⬤` The third (Pin 5) is `>⬤` Done with `dot .\test.gv | gvpr -cf pin2pin.gvpr | neato -n2 -Tpng...
Ok, the `FACE="Sans Not-Rotated 14"` can be changed to `FACE="Sans"`
One problem that exist, is that the Text in a Table in SVGs is not completely centered. For more details read here: https://forum.graphviz.org/t/text-in-table-in-svg-output-not-completly-centered/2199