Force colorsheme to SVG, since darkblue doesn't exist on X11
Change-Id: I1b9e13dd4ca63ba27a49a55d95130bdceb187669
This commit is contained in:
committed by
Marcos Marado
parent
97ef1d46cd
commit
a69822cb2b
@@ -61,7 +61,7 @@ define emit-product-node-props
|
|||||||
$(hide) echo \"$(1)\" [ \
|
$(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)\" \
|
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\",) \
|
$(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)
|
] >> $(2)
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
Reference in New Issue
Block a user