Skip to content

Commit

Permalink
Horizontale Ausrichtung für Fachaufgabe Logistik korrigiert
Browse files Browse the repository at this point in the history
  • Loading branch information
phjardas committed Aug 30, 2024
1 parent d4f6fe1 commit 8001d1d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/core/src/fachaufgaben.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ function logistikFachaufgabe({
addPoints(grund[0], [0, -7]),
addPoints(grund[1], [0, -7]),
],
typArea: (grund) => [
addPoints(grund[0], [0, -7]),
addPoints(grund[1], [0, -7]),
],
render: (svg) =>
svg
.g()
Expand Down Expand Up @@ -314,6 +318,14 @@ export const fachaufgaben: Array<Fachaufgabe> = [
label: "Versorgung, Logistik",
cover: true,
...logistik,
organisationNameArea: (grund) => [
addPoints(grund[0], [0, -7]),
addPoints(grund[1], [0, -7]),
],
typArea: (grund) => [
addPoints(grund[0], [0, -7]),
addPoints(grund[1], [0, -7]),
],
},
logistikFachaufgabe({
id: "verpflegung",
Expand Down

0 comments on commit 8001d1d

Please sign in to comment.