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 17, 2023
1 parent 3999860 commit 15a4303
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 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 false
shadowing true
arrowFontSize 10
defaultTextAlignment center
wrapWidth 200
Expand All @@ -32,11 +32,14 @@ hide stereotype
top to bottom direction
scale 4096 width
skinparam titleFontSize 18 // Cambio de tamaño de fuente del título
`
snippetSkinParamGroup = `
skinparam rectangle<<_GROUP>> {
FontColor #ffffff
BorderColor #ffffff
BorderColor #E5E8E8
}
`
snippetSkinParamShape = `
Expand Down
7 changes: 5 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 false
shadowing true
arrowFontSize 10
defaultTextAlignment center
wrapWidth 200
Expand All @@ -40,9 +40,12 @@ top to bottom direction
scale 4096 width
skinparam titleFontSize 18 // Cambio de tamaño de fuente del título
skinparam rectangle<<_GROUP>> {
FontColor #ffffff
BorderColor #ffffff
BorderColor #E5E8E8
}
@enduml
Expand Down

0 comments on commit 15a4303

Please sign in to comment.