Skip to content

Commit

Permalink
hintergrund der exportierten datei jetzt weiss statt transparent - im…
Browse files Browse the repository at this point in the history
… programm ist der mindmaphintergrund nach wie vor transparent
  • Loading branch information
Josua Koschwitz committed Jan 27, 2012
1 parent 10df64b commit 55d8a4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/libs/wiki_client.rb
Expand Up @@ -56,13 +56,14 @@ def self.generate_thumbnail phrase, links=[]

destination
end


# Generate a exportable picture from 'links' around a root node 'phrase'.
def self.generate_picture phrase, links=[], destination
mygraph = self.graph({
phrase: phrase,
links: links,
graph: {"bgcolor" => "transparent"},
graph: {"bgcolor" => "white"},
node: {"color" => "white", "style" => "filled"},
edge: {"arrowhead" => "vee"}
})
Expand Down

0 comments on commit 55d8a4f

Please sign in to comment.