Wrong color type exported in GraphML

Bug #660356 reported by Sébastien Heymann
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Gephi
Fix Released
Low
Sébastien Heymann

Bug Description

GraphML export save node colors like this:

<key attr.name="color" attr.type="integer" for="node" id="color"/>
in a node:
<data key="color">-16777216</data>

However the GraphML importer reads only RGB data encoded in 3 columns:
<key attr.name="r" attr.type="integer" for="node" id="r"/>
<key attr.name="g" attr.type="integer" for="node" id="g"/>
<key attr.name="b" attr.type="integer" for="node" id="b"/>

Tags: export graphml
Changed in gephi:
importance: Undecided → Low
milestone: none → 0.7beta
assignee: nobody → Sébastien Heymann (sebastien.heymann)
Changed in gephi:
status: New → Fix Committed
Changed in gephi:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.