From 59f24b597c62b7dd6fdfe2d0d6ddd6050eaab58d Mon Sep 17 00:00:00 2001 From: KIRCHSTH Date: Sun, 6 Mar 2022 12:10:16 +0100 Subject: [PATCH] #186 LAYOUT_AS_SKETCH() styles can be set via SET_SKETCH_STYLE() (4 - build) --- percy/TestSketchStyle.puml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/percy/TestSketchStyle.puml b/percy/TestSketchStyle.puml index d0b85ff..8a9a6b2 100644 --- a/percy/TestSketchStyle.puml +++ b/percy/TestSketchStyle.puml @@ -2,7 +2,7 @@ !if %variable_exists("RELATIVE_INCLUDE") !include ./../C4_Container.puml !else - !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master//C4_Container.puml + !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml !endif SET_SKETCH_STYLE($bgColor="lightblue", $fontColor="darkblue", $warningColor="darkred", $footerWarning="Sketch", $footerText="Created for discussion")