Skip to content

Commit

Permalink
Cambios en el formato
Browse files Browse the repository at this point in the history
  • Loading branch information
mceneri committed Jul 18, 2023
1 parent 15a4303 commit 7dd7d7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/view/snippets.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ title {{title}}
`
snippetSkinParamDefault = `
skinparam {
shadowing true
shadowing false
arrowFontSize 10
defaultTextAlignment center
wrapWidth 200
Expand All @@ -39,7 +39,7 @@ skinparam titleFontSize 18 // Cambio de tamaño de fuente del título
snippetSkinParamGroup = `
skinparam rectangle<<_GROUP>> {
FontColor #ffffff
BorderColor #E5E8E8
BorderColor #ffffff
}
`
snippetSkinParamShape = `
Expand Down
4 changes: 2 additions & 2 deletions pkg/view/view_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestNewView_empty(t *testing.T) {
title TITLE UNDEFINED
skinparam {
shadowing true
shadowing false
arrowFontSize 10
defaultTextAlignment center
wrapWidth 200
Expand All @@ -45,7 +45,7 @@ skinparam titleFontSize 18 // Cambio de tamaño de fuente del título
skinparam rectangle<<_GROUP>> {
FontColor #ffffff
BorderColor #E5E8E8
BorderColor #ffffff
}
@enduml
Expand Down

0 comments on commit 7dd7d7d

Please sign in to comment.