Nick Smith
09/18/2020, 9:47 AMwtaysom
09/19/2020, 6:54 AMNick Smith
09/19/2020, 9:18 AMwtaysom
09/23/2020, 5:52 AMfill(S, red) :- bold-red(S).
stroke(S, black) :- bold-red(S).
stroke-width(S, 3) :- bold-red(S).
Then I stopped short of a neat sort of puzzle. With a similar definition cool-blue
(specifying a fill and a stroke, make it a dashed one):
fill(S, blue) :- cool-blue(S).
stroke(S, cornflowerblue) :- cool-blue(
... Slack, you just lost my edit!wtaysom
09/23/2020, 6:03 AMbold-red(s).
cool-blue(s).
you would kind of expect a mix and match of bold-red and cool-blue qualities, and you would kind long for a way to say that s
is bold-red and/or cool-blue.