mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 10:59:01 +00:00
wip
This commit is contained in:
parent
b2afe9c916
commit
206f807952
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user