mirror of
https://github.com/octoleo/plantuml.git
synced 2025-02-02 20:18:32 +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) {
|
if (url != null) {
|
||||||
ug.startUrl(url);
|
ug.startUrl(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
ug.startGroup(UGroupType.CLASS, "elem " + getEntity().getCode() + " selected");
|
ug.startGroup(UGroupType.CLASS, "elem " + getEntity().getCode() + " selected");
|
||||||
ug.apply(new UStroke(1.5)).draw(circle);
|
ug.apply(new UStroke(1.5)).draw(circle);
|
||||||
ug.closeGroup();
|
ug.closeGroup();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user