idekerlab / dot-app

Cytoscape application for exporting to .dot file format
GNU General Public License v3.0
7 stars 4 forks source link

Node label color is not rendered correctly #7

Closed matthiaskoenig closed 7 years ago

matthiaskoenig commented 8 years ago

Example: karate.gz in test cases. Font color if nodes is specificed as white, but is black in Cytoscape. See image attached karate

graph "karate.gml" {
bgcolor = "#FFFFFFFF"
splines = "false"
outputorder = "edgesfirst"
esep = "0"
pad = "2"
node [label = "",penwidth = "4.000000",height = "0.694444",width = "0.694444",tooltip = "",color = "#000000FF",fillcolor = "#00C6F4FF",shape = "ellipse",style = "solid,filled",fontname = "FreeSans",fontsize = "14",fontcolor = "#FFFFFFFF",fixedsize = "true",labelloc = "c"]
edge [label = "",penwidth = "1.000000",tooltip = "",arrowhead = "none",arrowtail = "none",color = "#404040FF",fontname = "SansSerif.plain",fontsize = "10",fontcolor = "#000000FF",style = "solid",dir = "both"]
29 [label = "29",height = "0.286458",width = "0.286458",pos = "792.256034,-24.803465",fontsize = "9"]
1 [label = "1",height = "0.794271",width = "0.794271",pos = "546.495781,-171.678360",fontsize = "33"]
...
bdtfitts commented 7 years ago

This bug has been fixed in the latest version