[graphviz-interest] Problem with HTML Labels
Mueller Peter <[email protected]>
| Newsgroups | gmane.comp.video.graphviz |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I used 2.30 before and was able to use the following syntax:
label=<On<br ALIGN="LEFT"/><br ALIGN="LEFT"/>>;
In 2.34 this creates a segmentation fault.
In the new version I can only use this: label=<On<br ALIGN="LEFT"/>>;
An also this:
Working in 2.30
label=<{<br ALIGN="LEFT"/><B>Off</B><br ALIGN="LEFT"/>|<br ALIGN="LEFT"/> <u>Entry</u>:<br ALIGN="LEFT"/>LED_Off();...<br ALIGN="LEFT"/><br ALIGN="LEFT"/>}>
Not working anymore (segmentation fault). I have to remove the <br ALIGN="LEFT"/> before the <B>Off</B>
Only this works now:
label=<{<B>Off</B><br ALIGN="LEFT"/>| <u>Entry</u>:<br ALIGN="LEFT"/>LED_Off();...<br ALIGN="LEFT"/><br ALIGN="LEFT"/>}>
Maybe my labels were not perfect :-)
But did I do something wrong in the past? What do you suggest I should do?
Regards,
Peter
_______________________________________________
[email protected]
http://lists.research.att.com/mailman/listinfo/graphviz-interest