The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniGraffle General (http://forums.omnigroup.com/forumdisplay.php?f=10)
-   -   Omnigraffle support for dot (http://forums.omnigroup.com/showthread.php?t=29070)

fustbariclation 2013-04-11 05:37 AM

Omnigraffle support for dot
 
It's great that omnigraffle supports the dot language, so it is possible to build graphs and import them.

Unfortunately it is only a very partial support. In particular, most of the really useful stuff, like being able to set URLs so that when you click on a shape it goes to the URL, is supported by dot. For example:

digraph sdp {
bgcolor = lightyellow;
object1 [URL=<http://www.itsmf.org.za>];
object1 [fillcolor = lightgreen, style="rounded,filled", shape=diamond];
}

The above should draw the object as a diamond, with rounded edges and filled in with light green. If you click on the object it should send you to the URL specified.

With omnigraffle, unfortunately, it chokes on the 'URL' bit and can't import this.


Are there any plans to have full support for the dot language one day?


All times are GMT -8. The time now is 12:14 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.