d2 icon indicating copy to clipboard operation
d2 copied to clipboard

multiple doesn't work with style.fill

Open gavin-ts opened this issue 2 years ago • 1 comments

Screen Shot 2022-11-29 at 3 53 51 PM

Multiple: {
	multiple: true
}
Multiple not exact word: {
	multiple: true
}
Fill Multiple: {
	style.fill: green
	multiple: true
}
Fill: {
	style.fill: green
}
Fill not exact word: {
	style.fill: green
}

gavin-ts avatar Nov 29 '22 23:11 gavin-ts

looks like this might be related to #416, #300

gavin-ts avatar Dec 16 '22 02:12 gavin-ts