Hi Ales,
Ales Hvezda writes:
> [...]
> I looked over your code and it looks fine, however, I took it
> one step farther. I added a graphical representation to OBJ_PLACEHOLDER
> and you can now (to a limited degree) manipulate (move, copy, edit
> attributes) these objects in gschem. Please test it out and make sure
It is purely aesthetic but I think the hazard triangle would look
better if its angles were rounded. That is changing every:
prim_objs->line_width = 50;
into
o_set_line_options(w_current, prim_objs,
END_ROUND, TYPE_SOLID,
50, -1, -1);
in o_complex_add().
Regards,
Patrick