mirror of
https://github.com/octoleo/plantuml.git
synced 2025-02-02 12:08:34 +00:00
Add empty line between code blocks
This commit is contained in:
parent
869143866f
commit
8b99027a83
@ -94,6 +94,7 @@ public class EntityImageLollipopInterface extends AbstractEntityImage {
|
||||
if (url != null) {
|
||||
ug.startUrl(url);
|
||||
}
|
||||
|
||||
ug.startGroup(UGroupType.CLASS, "elem " + getEntity().getCode() + " selected");
|
||||
ug.apply(new UStroke(1.5)).draw(circle);
|
||||
ug.closeGroup();
|
||||
|
Loading…
x
Reference in New Issue
Block a user