Skip to content

Commit

Permalink
feat: increase the size of some texts and sprites
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorin committed Sep 22, 2021
1 parent 26c09e2 commit aaba1d8
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 74 deletions.
5 changes: 2 additions & 3 deletions scripts/generate-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ sudo chown -R "$uid":"$gid" .workdir distribution
docker run --rm \
-v "$(pwd)/.workdir:/workdir" \
-v "$(pwd)/distribution:/distribution" \
thibaultmorin/plantuml-generator:1 plantuml-generator \
--log-level Debug \
library generate library.yaml \
thibaultmorin/plantuml-generator:1 \
plantuml-generator library generate library.yaml \
-c=All -O=/distribution

sync
Expand Down
3 changes: 1 addition & 2 deletions scripts/generate-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ docker run --rm \
-v "$(pwd)/.workdir:/workdir" \
-v "$(pwd)/distribution:/distribution" \
thibaultmorin/plantuml-generator:1 \
--log-level Info \
library generate library.yaml \
plantuml-generator library generate library.yaml \
--urn="$1" --clean-urn="$1" -O=/distribution

sync
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ skinparam Rectangle<<IconCardElement>> {
BorderColor $FONT_COLOR
BackgroundColor #FFFFFF
FontColor $FONT_COLOR
FontSize $FONT_SIZE_XS
shadowing true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ skinparam Rectangle<<IconCardElement>> {
BorderColor $FONT_COLOR
BackgroundColor #FFFFFF
FontColor $FONT_COLOR
FontSize $FONT_SIZE_XS
shadowing true
}

Expand Down
1 change: 1 addition & 0 deletions source/templates/azure-4/bootstrap.tera
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ skinparam Rectangle<<IconCardElement>> {
BorderColor $AZURE_GROUP_BD_LIGHT
BackgroundColor #FFFFFF
FontColor $AZURE_GROUP_BD_DARK
FontSize $FONT_SIZE_XS
shadowing true
}

Expand Down
10 changes: 1 addition & 9 deletions source/templates/eip-1/bootstrap.tera
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,7 @@ skinparam Card<<IconElement>> {
shadowing false
}

skinparam Rectangle<<IconCard>> {
BorderThickness 1
BorderColor $FONT_COLOR
BackgroundColor #FFFFFF
FontColor $FONT_COLOR
shadowing true
}

skinparam Rectangle<<IconGroup>> {
skinparam Rectangle<<IconGroupElement>> {
StereotypeFontColor $FONT_COLOR
BorderThickness 1
BorderColor $FONT_COLOR
Expand Down
20 changes: 0 additions & 20 deletions source/templates/fontawesome-5/bootstrap.tera
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,4 @@ skinparam Card<<IconElement>> {
shadowing false
}

skinparam Rectangle<<IconCard>> {
BorderThickness 1
BorderColor $FONT_COLOR
BackgroundColor #FFFFFF
FontColor $FONT_COLOR
shadowing true
}

skinparam Rectangle<<IconGroup>> {
StereotypeFontColor $FONT_COLOR
BorderThickness 1
BorderColor $FONT_COLOR
BorderStyle solid
FontStyle none
FontColor $FONT_COLOR
FontSize $FONT_SIZE_MD
BackgroundColor transparent
shadowing false
}

{% endblock content %}
1 change: 1 addition & 0 deletions source/templates/gcp/bootstrap.tera
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ skinparam Rectangle<<IconCardElement>> {
BorderColor $GCP_CARD_BD
BackgroundColor #FFFFFF
FontColor $GCP_FRONT
FontSize $FONT_SIZE_XS
shadowing true
}

Expand Down
1 change: 1 addition & 0 deletions source/templates/homecloud-1/bootstrap.tera
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ skinparam Rectangle<<IconCardElement>> {
BorderColor $FONT_COLOR
BackgroundColor #FFFFFF
FontColor $FONT_COLOR_LIGHT
FontSize $FONT_SIZE_XS
shadowing true
}

Expand Down
20 changes: 0 additions & 20 deletions source/templates/material-4/bootstrap.tera
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,4 @@ skinparam Card<<IconElement>> {
shadowing false
}

skinparam Rectangle<<IconCard>> {
BorderThickness 1
BorderColor $FONT_COLOR
BackgroundColor #FFFFFF
FontColor $FONT_COLOR
shadowing true
}

skinparam Rectangle<<IconGroup>> {
StereotypeFontColor $FONT_COLOR
BorderThickness 1
BorderColor $FONT_COLOR
BorderStyle solid
FontStyle none
FontColor $FONT_COLOR
FontSize $FONT_SIZE_MD
BackgroundColor transparent
shadowing false
}

{% endblock content %}
20 changes: 0 additions & 20 deletions source/templates/simpleicons-5/bootstrap.tera
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,4 @@ skinparam Card<<IconElement>> {
shadowing false
}

skinparam Rectangle<<IconCard>> {
BorderThickness 1
BorderColor $FONT_COLOR
BackgroundColor #FFFFFF
FontColor $FONT_COLOR
shadowing true
}

skinparam Rectangle<<IconGroup>> {
StereotypeFontColor $FONT_COLOR
BorderThickness 1
BorderColor $FONT_COLOR
BorderStyle solid
FontStyle none
FontColor $FONT_COLOR
FontSize $FONT_SIZE_MD
BackgroundColor transparent
shadowing false
}

{% endblock content %}

0 comments on commit aaba1d8

Please sign in to comment.