OSDN Git Service

Force colorsheme to SVG, since darkblue doesn't exist on X11
authorMarcos Marado <mmarado@cyngn.com>
Wed, 22 Oct 2014 13:19:34 +0000 (14:19 +0100)
committerMarcos Marado <mindboosternoori@gmail.com>
Mon, 27 Oct 2014 17:41:01 +0000 (17:41 +0000)
Change-Id: I1b9e13dd4ca63ba27a49a55d95130bdceb187669

core/tasks/product-graph.mk

index fcec277..aa98758 100644 (file)
@@ -61,7 +61,7 @@ define emit-product-node-props
 $(hide) echo \"$(1)\" [ \
 label=\"$(dir $(1))\\n$(notdir $(1))\\n\\n$(subst $(close_parenthesis),,$(subst $(open_parethesis),,$(PRODUCTS.$(strip $(1)).PRODUCT_MODEL)))\\n$(PRODUCTS.$(strip $(1)).PRODUCT_DEVICE)\" \
 $(if $(filter $(1),$(PRIVATE_PRODUCTS_FILTER)), style=\"filled\" fillcolor=\"#FFFDB0\",) \
-fontcolor=\"darkblue\" href=\"products/$(1).html\" \
+colorscheme=\"svg\" fontcolor=\"darkblue\" href=\"products/$(1).html\" \
 ] >> $(2)
 
 endef