Add GRA color code
This commit is contained in:
parent
4a769a41a8
commit
f9d165da67
1 changed files with 2 additions and 0 deletions
|
@ -782,5 +782,7 @@ def get_symbol_color(color_string):
|
|||
return {
|
||||
"CMYK": [100, 100, 100, 0, 100],
|
||||
}
|
||||
elif color_string == "GRA":
|
||||
return {"CMYK": [10, 10, 10, 21, 100]}
|
||||
else:
|
||||
raise ValueError(f"Execution aborted: unknown color code {color_string}")
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue