Test Frame: Difference between revisions

From VoIPmonitor.org
No edit summary
 
No edit summary
Line 1: Line 1:
Simple frame test:
Test with skinparam:


<kroki lang="plantuml">
<kroki lang="plantuml">
@startuml
@startuml
skinparam backgroundColor white
skinparam frame {
    BorderColor #64748b
}
frame "Test" {
frame "Test" {
     rectangle "A" as A
     rectangle "A" as A

Revision as of 19:58, 11 December 2025

Test with skinparam: