1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-12-22 10:59:01 +00:00
This commit is contained in:
Arnaud Roques 2022-09-14 22:02:44 +02:00
parent b2afe9c916
commit 206f807952

View File

@ -255,7 +255,7 @@ public class UGraphicDebug extends AbstractCommonUGraphic implements ClipContain
} }
private String colorToString(HColor color) { private String colorToString(HColor color) {
if (color == null) if (HColors.isTransparent(color))
return "NULL_COLOR"; return "NULL_COLOR";
if (color instanceof HColorSimple) { if (color instanceof HColorSimple) {