@wger-project/react-components 25.10.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +661 -0
- package/README.md +58 -0
- package/build/OpenSans-Bold.woff +0 -0
- package/build/OpenSans-Light.woff +0 -0
- package/build/assets/index.css +1 -0
- package/build/chunks/browser-ponyfill-DL_vVusK.js +3 -0
- package/build/chunks/browser-ponyfill-DL_vVusK.js.map +1 -0
- package/build/favicon.ico +0 -0
- package/build/index.html +60 -0
- package/build/locales/README.md +10 -0
- package/build/locales/ar/translation.json +240 -0
- package/build/locales/ca/translation.json +35 -0
- package/build/locales/cs/translation.json +257 -0
- package/build/locales/de/translation.json +338 -0
- package/build/locales/el/translation.json +97 -0
- package/build/locales/en/translation.json +332 -0
- package/build/locales/es/translation.json +335 -0
- package/build/locales/fa/translation.json +127 -0
- package/build/locales/fr/translation.json +341 -0
- package/build/locales/he/translation.json +146 -0
- package/build/locales/hr/translation.json +249 -0
- package/build/locales/it/translation.json +338 -0
- package/build/locales/ko/translation.json +331 -0
- package/build/locales/nb_NO/translation.json +50 -0
- package/build/locales/nl/translation.json +242 -0
- package/build/locales/pl/translation.json +261 -0
- package/build/locales/pt/translation.json +342 -0
- package/build/locales/pt_BR/translation.json +259 -0
- package/build/locales/pt_PT/translation.json +334 -0
- package/build/locales/ru/translation.json +116 -0
- package/build/locales/sk/translation.json +10 -0
- package/build/locales/sl/translation.json +326 -0
- package/build/locales/sr/translation.json +240 -0
- package/build/locales/sv/translation.json +165 -0
- package/build/locales/ta/translation.json +331 -0
- package/build/locales/th/translation.json +27 -0
- package/build/locales/tr/translation.json +238 -0
- package/build/locales/uk/translation.json +339 -0
- package/build/locales/uz/translation.json +56 -0
- package/build/locales/vi/translation.json +70 -0
- package/build/locales/zh_Hans/translation.json +336 -0
- package/build/locales/zh_Hant/translation.json +246 -0
- package/build/logo192.png +0 -0
- package/build/logo512.png +0 -0
- package/build/main.js +542 -0
- package/build/main.js.map +1 -0
- package/build/manifest.json +25 -0
- package/build/muscles/SOURCES +2 -0
- package/build/muscles/main/muscle-1.svg +72 -0
- package/build/muscles/main/muscle-10.svg +73 -0
- package/build/muscles/main/muscle-11.svg +72 -0
- package/build/muscles/main/muscle-12.svg +72 -0
- package/build/muscles/main/muscle-13.svg +92 -0
- package/build/muscles/main/muscle-14.svg +73 -0
- package/build/muscles/main/muscle-15.svg +72 -0
- package/build/muscles/main/muscle-16.svg +73 -0
- package/build/muscles/main/muscle-2.svg +72 -0
- package/build/muscles/main/muscle-3.svg +72 -0
- package/build/muscles/main/muscle-4.svg +72 -0
- package/build/muscles/main/muscle-5.svg +72 -0
- package/build/muscles/main/muscle-6.svg +73 -0
- package/build/muscles/main/muscle-7.svg +72 -0
- package/build/muscles/main/muscle-8.svg +72 -0
- package/build/muscles/main/muscle-9.svg +72 -0
- package/build/muscles/muscular_system_back.svg +118 -0
- package/build/muscles/muscular_system_front.svg +99 -0
- package/build/muscles/secondary/muscle-1.svg +72 -0
- package/build/muscles/secondary/muscle-10.svg +73 -0
- package/build/muscles/secondary/muscle-11.svg +72 -0
- package/build/muscles/secondary/muscle-12.svg +72 -0
- package/build/muscles/secondary/muscle-13.svg +92 -0
- package/build/muscles/secondary/muscle-14.svg +73 -0
- package/build/muscles/secondary/muscle-15.svg +72 -0
- package/build/muscles/secondary/muscle-16.svg +73 -0
- package/build/muscles/secondary/muscle-2.svg +72 -0
- package/build/muscles/secondary/muscle-3.svg +72 -0
- package/build/muscles/secondary/muscle-4.svg +72 -0
- package/build/muscles/secondary/muscle-5.svg +72 -0
- package/build/muscles/secondary/muscle-6.svg +73 -0
- package/build/muscles/secondary/muscle-7.svg +72 -0
- package/build/muscles/secondary/muscle-8.svg +72 -0
- package/build/muscles/secondary/muscle-9.svg +72 -0
- package/build/robots.txt +3 -0
- package/index.html +59 -0
- package/package.json +125 -0
- package/src/.sass-cache/166f82406a0edab65b7f8fd8256819ee2f34bebf/App.module.scssc +0 -0
- package/src/@types/i18next.d.ts +13 -0
- package/src/App.tsx +25 -0
- package/src/assets/images/discord-logo.svg +1 -0
- package/src/assets/images/get-it-on-google-play.svg +1 -0
- package/src/assets/images/logo.png +0 -0
- package/src/assets/images/twitter-logo-50.png +0 -0
- package/src/assets/images/twitter.svg +5 -0
- package/src/components/BodyWeight/Form/WeightForm.test.tsx +100 -0
- package/src/components/BodyWeight/Form/WeightForm.tsx +102 -0
- package/src/components/BodyWeight/Table/ActionButton/ActionButton.test.tsx +65 -0
- package/src/components/BodyWeight/Table/ActionButton/ActionButton.tsx +67 -0
- package/src/components/BodyWeight/Table/Fab/Fab.tsx +35 -0
- package/src/components/BodyWeight/Table/index.test.tsx +33 -0
- package/src/components/BodyWeight/Table/index.tsx +98 -0
- package/src/components/BodyWeight/Table/table.module.css +5 -0
- package/src/components/BodyWeight/Table/table.module.css.map +1 -0
- package/src/components/BodyWeight/Table/table.module.scss +0 -0
- package/src/components/BodyWeight/Table/table.mosule.css +2 -0
- package/src/components/BodyWeight/Table/table.mosule.css.map +1 -0
- package/src/components/BodyWeight/TableDashboard/TableDashboard.test.tsx +24 -0
- package/src/components/BodyWeight/TableDashboard/TableDashboard.tsx +62 -0
- package/src/components/BodyWeight/WeightChart/index.test.tsx +66 -0
- package/src/components/BodyWeight/WeightChart/index.tsx +105 -0
- package/src/components/BodyWeight/body_weight.module.css +8 -0
- package/src/components/BodyWeight/body_weight.module.css.map +1 -0
- package/src/components/BodyWeight/body_weight.module.scss +8 -0
- package/src/components/BodyWeight/index.test.tsx +92 -0
- package/src/components/BodyWeight/index.tsx +40 -0
- package/src/components/BodyWeight/model.ts +40 -0
- package/src/components/BodyWeight/queries/index.ts +49 -0
- package/src/components/BodyWeight/utils.test.ts +44 -0
- package/src/components/BodyWeight/utils.ts +22 -0
- package/src/components/BodyWeight/widgets/FilterButtons.test.tsx +57 -0
- package/src/components/BodyWeight/widgets/FilterButtons.tsx +69 -0
- package/src/components/BodyWeight/widgets/fab.tsx +33 -0
- package/src/components/Calendar/Components/CalendarComponent.test.tsx +141 -0
- package/src/components/Calendar/Components/CalendarComponent.tsx +250 -0
- package/src/components/Calendar/Components/CalendarDay.tsx +105 -0
- package/src/components/Calendar/Components/CalendarDayGrid.tsx +53 -0
- package/src/components/Calendar/Components/CalendarHeader.tsx +39 -0
- package/src/components/Calendar/Components/Entries.test.tsx +81 -0
- package/src/components/Calendar/Components/Entries.tsx +163 -0
- package/src/components/Calendar/Helpers/CalendarMeasurement.tsx +10 -0
- package/src/components/Carousel/carousel.module.css +43 -0
- package/src/components/Carousel/carousel.module.css.map +1 -0
- package/src/components/Carousel/carousel.module.scss +46 -0
- package/src/components/Carousel/index.tsx +66 -0
- package/src/components/Common/forms/LicenseAuthor.tsx +19 -0
- package/src/components/Common/forms/LicenseAuthorUrl.tsx +20 -0
- package/src/components/Common/forms/LicenseDerivativeSourceUrl.tsx +20 -0
- package/src/components/Common/forms/LicenseObjectUrl.tsx +20 -0
- package/src/components/Common/forms/LicenseTitle.tsx +19 -0
- package/src/components/Common/forms/WgerTextField.tsx +27 -0
- package/src/components/Core/LoadingWidget/LoadingWidget.tsx +22 -0
- package/src/components/Core/Modals/DeleteConfirmationModal.test.tsx +57 -0
- package/src/components/Core/Modals/DeleteConfirmationModal.tsx +74 -0
- package/src/components/Core/Modals/WgerModal.test.tsx +45 -0
- package/src/components/Core/Modals/WgerModal.tsx +46 -0
- package/src/components/Core/Notifications/index.tsx +57 -0
- package/src/components/Core/Notifications/notifications.module.css +8 -0
- package/src/components/Core/Notifications/notifications.module.css.map +1 -0
- package/src/components/Core/Notifications/notifications.module.scss +6 -0
- package/src/components/Core/Tooltips/LightToolTip.tsx +14 -0
- package/src/components/Core/Widgets/Container.tsx +98 -0
- package/src/components/Core/Widgets/FormError.tsx +64 -0
- package/src/components/Core/Widgets/OverviewEmpty.tsx +26 -0
- package/src/components/Core/Widgets/RenderLoadingQuery.tsx +28 -0
- package/src/components/Core/queries/index.ts +2 -0
- package/src/components/Core/queries/languageCheck.ts +31 -0
- package/src/components/Dashboard/Dashboard.tsx +22 -0
- package/src/components/Dashboard/EmptyCard.tsx +56 -0
- package/src/components/Dashboard/NutritionCard.test.tsx +89 -0
- package/src/components/Dashboard/NutritionCard.tsx +178 -0
- package/src/components/Dashboard/RoutineCard.test.tsx +66 -0
- package/src/components/Dashboard/RoutineCard.tsx +107 -0
- package/src/components/Dashboard/WeightCard.test.tsx +81 -0
- package/src/components/Dashboard/WeightCard.tsx +72 -0
- package/src/components/Exercises/Add/AddExerciseStepper.test.tsx +26 -0
- package/src/components/Exercises/Add/AddExerciseStepper.tsx +97 -0
- package/src/components/Exercises/Add/NotEnoughRights.tsx +37 -0
- package/src/components/Exercises/Add/Step1Basics.test.tsx +133 -0
- package/src/components/Exercises/Add/Step1Basics.tsx +179 -0
- package/src/components/Exercises/Add/Step2Variations.test.tsx +149 -0
- package/src/components/Exercises/Add/Step2Variations.tsx +237 -0
- package/src/components/Exercises/Add/Step3Description.test.tsx +66 -0
- package/src/components/Exercises/Add/Step3Description.tsx +96 -0
- package/src/components/Exercises/Add/Step4Translation.test.tsx +119 -0
- package/src/components/Exercises/Add/Step4Translations.tsx +183 -0
- package/src/components/Exercises/Add/Step5Images.test.tsx +28 -0
- package/src/components/Exercises/Add/Step5Images.tsx +269 -0
- package/src/components/Exercises/Add/Step6Overview.test.tsx +128 -0
- package/src/components/Exercises/Add/Step6Overview.tsx +262 -0
- package/src/components/Exercises/Detail/ExerciseDetailEdit.test.tsx +248 -0
- package/src/components/Exercises/Detail/ExerciseDetailEdit.tsx +340 -0
- package/src/components/Exercises/Detail/ExerciseDetailView.test.tsx +96 -0
- package/src/components/Exercises/Detail/ExerciseDetailView.tsx +242 -0
- package/src/components/Exercises/Detail/ExerciseDetails.test.tsx +88 -0
- package/src/components/Exercises/Detail/ExerciseDetails.tsx +119 -0
- package/src/components/Exercises/Detail/ExerciseImageAvatar.tsx +20 -0
- package/src/components/Exercises/Detail/ExerciseImagePlaceholder.tsx +21 -0
- package/src/components/Exercises/Detail/Head/ExerciseDeleteDialog.test.tsx +125 -0
- package/src/components/Exercises/Detail/Head/ExerciseDeleteDialog.tsx +185 -0
- package/src/components/Exercises/Detail/Head/head.module.css +73 -0
- package/src/components/Exercises/Detail/Head/head.module.css.map +7 -0
- package/src/components/Exercises/Detail/Head/head.module.scss +111 -0
- package/src/components/Exercises/Detail/Head/index.tsx +175 -0
- package/src/components/Exercises/Detail/OverviewCard.test.tsx +98 -0
- package/src/components/Exercises/Detail/OverviewCard.tsx +68 -0
- package/src/components/Exercises/Detail/SideGallery/index.tsx +65 -0
- package/src/components/Exercises/Detail/SideGallery/side_gallery.module.css +26 -0
- package/src/components/Exercises/Detail/SideGallery/side_gallery.module.css.map +7 -0
- package/src/components/Exercises/Detail/SideGallery/side_gallery.module.scss +34 -0
- package/src/components/Exercises/ExerciseOverview.test.tsx +183 -0
- package/src/components/Exercises/ExerciseOverview.tsx +293 -0
- package/src/components/Exercises/Filter/CategoryFilter.test.tsx +57 -0
- package/src/components/Exercises/Filter/CategoryFilter.tsx +105 -0
- package/src/components/Exercises/Filter/EquipmentFilter.test.tsx +55 -0
- package/src/components/Exercises/Filter/EquipmentFilter.tsx +105 -0
- package/src/components/Exercises/Filter/ExerciseFiltersContext.tsx +16 -0
- package/src/components/Exercises/Filter/FilterDrawer.tsx +38 -0
- package/src/components/Exercises/Filter/MuscleFilter.test.tsx +50 -0
- package/src/components/Exercises/Filter/MuscleFilter.tsx +130 -0
- package/src/components/Exercises/Filter/NameAutcompleter.tsx +146 -0
- package/src/components/Exercises/Filter/NameAutocompleter.test.tsx +76 -0
- package/src/components/Exercises/Overview/ExerciseGrid.tsx +44 -0
- package/src/components/Exercises/Overview/ExerciseGridLoadingSkeleton.test.tsx +10 -0
- package/src/components/Exercises/Overview/ExerciseGridLoadingSkeleton.tsx +26 -0
- package/src/components/Exercises/forms/Category.test.tsx +49 -0
- package/src/components/Exercises/forms/Category.tsx +41 -0
- package/src/components/Exercises/forms/Equipment.test.tsx +84 -0
- package/src/components/Exercises/forms/Equipment.tsx +38 -0
- package/src/components/Exercises/forms/ExerciseAliases.tsx +37 -0
- package/src/components/Exercises/forms/ExerciseDescription.tsx +57 -0
- package/src/components/Exercises/forms/ExerciseEquipmentSelect.tsx +29 -0
- package/src/components/Exercises/forms/ExerciseName.tsx +19 -0
- package/src/components/Exercises/forms/ExerciseNotes.tsx +72 -0
- package/src/components/Exercises/forms/ExerciseSelect.tsx +28 -0
- package/src/components/Exercises/forms/ImageCard.tsx +101 -0
- package/src/components/Exercises/forms/ImageStyle.tsx +74 -0
- package/src/components/Exercises/forms/Muscle.test.tsx +74 -0
- package/src/components/Exercises/forms/Muscle.tsx +41 -0
- package/src/components/Exercises/forms/VideoCard.tsx +109 -0
- package/src/components/Exercises/forms/yupValidators.ts +46 -0
- package/src/components/Exercises/models/alias.ts +29 -0
- package/src/components/Exercises/models/category.ts +35 -0
- package/src/components/Exercises/models/equipment.ts +33 -0
- package/src/components/Exercises/models/exercise.test.ts +74 -0
- package/src/components/Exercises/models/exercise.ts +159 -0
- package/src/components/Exercises/models/image.ts +41 -0
- package/src/components/Exercises/models/language.ts +23 -0
- package/src/components/Exercises/models/muscle.test.ts +17 -0
- package/src/components/Exercises/models/muscle.ts +39 -0
- package/src/components/Exercises/models/note.ts +29 -0
- package/src/components/Exercises/models/translation.test.ts +68 -0
- package/src/components/Exercises/models/translation.ts +83 -0
- package/src/components/Exercises/models/video.ts +30 -0
- package/src/components/Exercises/queries/exercises.ts +29 -0
- package/src/components/Exercises/queries/index.ts +133 -0
- package/src/components/Exercises/queries/variations.ts +15 -0
- package/src/components/Header/SubMenus/BodyWeightSubMenu.tsx +27 -0
- package/src/components/Header/SubMenus/MeasurementsSubMenu.tsx +28 -0
- package/src/components/Header/SubMenus/NutritionSubMenu.tsx +28 -0
- package/src/components/Header/SubMenus/TrainingSubMenu.tsx +43 -0
- package/src/components/Header/SubMenus/WorkoutSubMenu.tsx +28 -0
- package/src/components/Header/index.tsx +27 -0
- package/src/components/Measurements/Screens/MeasurementCategoryDetail.test.tsx +67 -0
- package/src/components/Measurements/Screens/MeasurementCategoryDetail.tsx +37 -0
- package/src/components/Measurements/Screens/MeasurementCategoryOverview.test.tsx +59 -0
- package/src/components/Measurements/Screens/MeasurementCategoryOverview.tsx +64 -0
- package/src/components/Measurements/models/Category.ts +38 -0
- package/src/components/Measurements/models/Entry.ts +37 -0
- package/src/components/Measurements/queries/index.ts +121 -0
- package/src/components/Measurements/widgets/CategoryDetailDataGrid.tsx +209 -0
- package/src/components/Measurements/widgets/CategoryDetailDropdown.tsx +83 -0
- package/src/components/Measurements/widgets/CategoryForm.test.tsx +96 -0
- package/src/components/Measurements/widgets/CategoryForm.tsx +88 -0
- package/src/components/Measurements/widgets/EntryForm.test.tsx +120 -0
- package/src/components/Measurements/widgets/EntryForm.tsx +139 -0
- package/src/components/Measurements/widgets/MeasurementChart.tsx +52 -0
- package/src/components/Measurements/widgets/fab.tsx +65 -0
- package/src/components/Muscles/MuscleOverview.tsx +37 -0
- package/src/components/Nutrition/components/BmiCalculator.test.tsx +55 -0
- package/src/components/Nutrition/components/BmiCalculator.tsx +203 -0
- package/src/components/Nutrition/components/IngredientSearch.tsx +24 -0
- package/src/components/Nutrition/components/NutritionDiaryOverview.test.tsx +51 -0
- package/src/components/Nutrition/components/NutritionDiaryOverview.tsx +47 -0
- package/src/components/Nutrition/components/PlanDetail.test.tsx +58 -0
- package/src/components/Nutrition/components/PlanDetail.tsx +100 -0
- package/src/components/Nutrition/components/PlanOverview.test.tsx +37 -0
- package/src/components/Nutrition/components/PlansOverview.tsx +62 -0
- package/src/components/Nutrition/helpers/nutritionalValues.test.ts +108 -0
- package/src/components/Nutrition/helpers/nutritionalValues.ts +128 -0
- package/src/components/Nutrition/models/Ingredient.ts +84 -0
- package/src/components/Nutrition/models/IngredientImage.ts +57 -0
- package/src/components/Nutrition/models/IngredientImageThumbnails.ts +59 -0
- package/src/components/Nutrition/models/diaryEntry.ts +129 -0
- package/src/components/Nutrition/models/ingredient.test.ts +37 -0
- package/src/components/Nutrition/models/meal.test.ts +54 -0
- package/src/components/Nutrition/models/meal.ts +128 -0
- package/src/components/Nutrition/models/mealItem.test.ts +23 -0
- package/src/components/Nutrition/models/mealItem.ts +134 -0
- package/src/components/Nutrition/models/nutritionalPlan.test.ts +169 -0
- package/src/components/Nutrition/models/nutritionalPlan.ts +268 -0
- package/src/components/Nutrition/models/weightUnit.ts +24 -0
- package/src/components/Nutrition/queries/diary.ts +59 -0
- package/src/components/Nutrition/queries/index.ts +20 -0
- package/src/components/Nutrition/queries/ingredient.ts +12 -0
- package/src/components/Nutrition/queries/meal.ts +41 -0
- package/src/components/Nutrition/queries/mealItem.ts +43 -0
- package/src/components/Nutrition/queries/plan.ts +93 -0
- package/src/components/Nutrition/widgets/DiaryDetail.tsx +39 -0
- package/src/components/Nutrition/widgets/DiaryOverview.tsx +51 -0
- package/src/components/Nutrition/widgets/Fab.tsx +65 -0
- package/src/components/Nutrition/widgets/IngredientAutcompleter.tsx +140 -0
- package/src/components/Nutrition/widgets/IngredientAutocompleter.test.tsx +60 -0
- package/src/components/Nutrition/widgets/IngredientDetailTable.tsx +91 -0
- package/src/components/Nutrition/widgets/LoggedPlannedNutritionalValuesTable.tsx +138 -0
- package/src/components/Nutrition/widgets/MealDetail.tsx +170 -0
- package/src/components/Nutrition/widgets/MealDetailDropdown.tsx +117 -0
- package/src/components/Nutrition/widgets/NutritionalValuesTable.tsx +103 -0
- package/src/components/Nutrition/widgets/PlanDetailDropdown.tsx +82 -0
- package/src/components/Nutrition/widgets/PlanSidebar.tsx +44 -0
- package/src/components/Nutrition/widgets/charts/LinearPlannedLoggedChart.tsx +27 -0
- package/src/components/Nutrition/widgets/charts/MacrosPieChart.tsx +66 -0
- package/src/components/Nutrition/widgets/charts/NutritionDiaryChart.tsx +95 -0
- package/src/components/Nutrition/widgets/charts/NutritionalValuesDashboardChart.tsx +84 -0
- package/src/components/Nutrition/widgets/charts/NutritionalValuesPlannedLoggedChart.tsx +54 -0
- package/src/components/Nutrition/widgets/forms/MealForm.test.tsx +85 -0
- package/src/components/Nutrition/widgets/forms/MealForm.tsx +105 -0
- package/src/components/Nutrition/widgets/forms/MealItemForm.test.tsx +106 -0
- package/src/components/Nutrition/widgets/forms/MealItemForm.tsx +118 -0
- package/src/components/Nutrition/widgets/forms/NutritionDiaryEntryForm.test.tsx +165 -0
- package/src/components/Nutrition/widgets/forms/NutritionDiaryEntryForm.tsx +161 -0
- package/src/components/Nutrition/widgets/forms/PlanForm.test.tsx +101 -0
- package/src/components/Nutrition/widgets/forms/PlanForm.tsx +361 -0
- package/src/components/User/models/profile.ts +81 -0
- package/src/components/User/queries/contribute.test.ts +132 -0
- package/src/components/User/queries/contribute.ts +33 -0
- package/src/components/User/queries/permission.ts +11 -0
- package/src/components/User/queries/profile.ts +22 -0
- package/src/components/WorkoutRoutines/Detail/RoutineAdd.tsx +12 -0
- package/src/components/WorkoutRoutines/Detail/RoutineDetail.test.tsx +71 -0
- package/src/components/WorkoutRoutines/Detail/RoutineDetail.tsx +87 -0
- package/src/components/WorkoutRoutines/Detail/RoutineDetailsTable.test.tsx +83 -0
- package/src/components/WorkoutRoutines/Detail/RoutineDetailsTable.tsx +371 -0
- package/src/components/WorkoutRoutines/Detail/RoutineEdit.test.tsx +51 -0
- package/src/components/WorkoutRoutines/Detail/RoutineEdit.tsx +95 -0
- package/src/components/WorkoutRoutines/Detail/SessionAdd.test.tsx +43 -0
- package/src/components/WorkoutRoutines/Detail/SessionAdd.tsx +50 -0
- package/src/components/WorkoutRoutines/Detail/SlotProgressionEdit.test.tsx +41 -0
- package/src/components/WorkoutRoutines/Detail/SlotProgressionEdit.tsx +145 -0
- package/src/components/WorkoutRoutines/Detail/TemplateDetail.test.tsx +44 -0
- package/src/components/WorkoutRoutines/Detail/TemplateDetail.tsx +84 -0
- package/src/components/WorkoutRoutines/Detail/WorkoutLogs.test.tsx +64 -0
- package/src/components/WorkoutRoutines/Detail/WorkoutLogs.tsx +98 -0
- package/src/components/WorkoutRoutines/Detail/WorkoutStats.test.tsx +65 -0
- package/src/components/WorkoutRoutines/Detail/WorkoutStats.tsx +244 -0
- package/src/components/WorkoutRoutines/Overview/Fab.tsx +91 -0
- package/src/components/WorkoutRoutines/Overview/PrivateTemplateOverview.test.tsx +36 -0
- package/src/components/WorkoutRoutines/Overview/PrivateTemplateOverview.tsx +41 -0
- package/src/components/WorkoutRoutines/Overview/PublicTemplateOverview.test.tsx +36 -0
- package/src/components/WorkoutRoutines/Overview/PublicTemplateOverview.tsx +40 -0
- package/src/components/WorkoutRoutines/Overview/RoutineOverview.test.tsx +38 -0
- package/src/components/WorkoutRoutines/Overview/RoutineOverview.tsx +76 -0
- package/src/components/WorkoutRoutines/models/BaseConfig.ts +118 -0
- package/src/components/WorkoutRoutines/models/Day.test.ts +15 -0
- package/src/components/WorkoutRoutines/models/Day.ts +117 -0
- package/src/components/WorkoutRoutines/models/LogStats.test.ts +44 -0
- package/src/components/WorkoutRoutines/models/LogStats.ts +110 -0
- package/src/components/WorkoutRoutines/models/RepetitionUnit.ts +22 -0
- package/src/components/WorkoutRoutines/models/Routine.test.ts +113 -0
- package/src/components/WorkoutRoutines/models/Routine.ts +218 -0
- package/src/components/WorkoutRoutines/models/RoutineDayData.ts +38 -0
- package/src/components/WorkoutRoutines/models/RoutineLogData.ts +22 -0
- package/src/components/WorkoutRoutines/models/SetConfigData.ts +121 -0
- package/src/components/WorkoutRoutines/models/Slot.test.ts +19 -0
- package/src/components/WorkoutRoutines/models/Slot.ts +83 -0
- package/src/components/WorkoutRoutines/models/SlotData.ts +30 -0
- package/src/components/WorkoutRoutines/models/SlotEntry.test.ts +31 -0
- package/src/components/WorkoutRoutines/models/SlotEntry.ts +245 -0
- package/src/components/WorkoutRoutines/models/WeightUnit.ts +22 -0
- package/src/components/WorkoutRoutines/models/WorkoutLog.ts +159 -0
- package/src/components/WorkoutRoutines/models/WorkoutSession.ts +124 -0
- package/src/components/WorkoutRoutines/queries/configs.ts +393 -0
- package/src/components/WorkoutRoutines/queries/days.ts +42 -0
- package/src/components/WorkoutRoutines/queries/index.ts +64 -0
- package/src/components/WorkoutRoutines/queries/logs.ts +49 -0
- package/src/components/WorkoutRoutines/queries/routines.ts +121 -0
- package/src/components/WorkoutRoutines/queries/sessions.ts +41 -0
- package/src/components/WorkoutRoutines/queries/slot_entries.ts +33 -0
- package/src/components/WorkoutRoutines/queries/slots.ts +40 -0
- package/src/components/WorkoutRoutines/queries/units.ts +15 -0
- package/src/components/WorkoutRoutines/widgets/DayDetails.test.tsx +69 -0
- package/src/components/WorkoutRoutines/widgets/DayDetails.tsx +441 -0
- package/src/components/WorkoutRoutines/widgets/LogWidgets.test.tsx +91 -0
- package/src/components/WorkoutRoutines/widgets/LogWidgets.tsx +334 -0
- package/src/components/WorkoutRoutines/widgets/RoutineDetailDropdown.test.tsx +36 -0
- package/src/components/WorkoutRoutines/widgets/RoutineDetailDropdown.tsx +184 -0
- package/src/components/WorkoutRoutines/widgets/RoutineDetailsCard.test.tsx +42 -0
- package/src/components/WorkoutRoutines/widgets/RoutineDetailsCard.tsx +202 -0
- package/src/components/WorkoutRoutines/widgets/RoutineStatistics.test.tsx +364 -0
- package/src/components/WorkoutRoutines/widgets/RoutineStatistics.tsx +249 -0
- package/src/components/WorkoutRoutines/widgets/SlotDetails.test.tsx +72 -0
- package/src/components/WorkoutRoutines/widgets/SlotDetails.tsx +233 -0
- package/src/components/WorkoutRoutines/widgets/forms/BaseConfigForm.test.tsx +161 -0
- package/src/components/WorkoutRoutines/widgets/forms/BaseConfigForm.tsx +508 -0
- package/src/components/WorkoutRoutines/widgets/forms/DayForm.test.tsx +86 -0
- package/src/components/WorkoutRoutines/widgets/forms/DayForm.tsx +202 -0
- package/src/components/WorkoutRoutines/widgets/forms/ProgressionForm.test.tsx +176 -0
- package/src/components/WorkoutRoutines/widgets/forms/ProgressionForm.tsx +494 -0
- package/src/components/WorkoutRoutines/widgets/forms/RoutineForm.test.tsx +94 -0
- package/src/components/WorkoutRoutines/widgets/forms/RoutineForm.tsx +309 -0
- package/src/components/WorkoutRoutines/widgets/forms/RoutineTemplateForm.test.tsx +70 -0
- package/src/components/WorkoutRoutines/widgets/forms/RoutineTemplateForm.tsx +68 -0
- package/src/components/WorkoutRoutines/widgets/forms/SessionForm.test.tsx +164 -0
- package/src/components/WorkoutRoutines/widgets/forms/SessionForm.tsx +263 -0
- package/src/components/WorkoutRoutines/widgets/forms/SessionLogsForm.test.tsx +126 -0
- package/src/components/WorkoutRoutines/widgets/forms/SessionLogsForm.tsx +330 -0
- package/src/components/WorkoutRoutines/widgets/forms/SlotEntryForm.test.tsx +227 -0
- package/src/components/WorkoutRoutines/widgets/forms/SlotEntryForm.tsx +206 -0
- package/src/components/WorkoutRoutines/widgets/forms/SlotForm.test.tsx +44 -0
- package/src/components/WorkoutRoutines/widgets/forms/SlotForm.tsx +36 -0
- package/src/components/index.ts +3 -0
- package/src/config.ts +12 -0
- package/src/i18n.ts +63 -0
- package/src/i18n.tsx +52 -0
- package/src/index.css +13 -0
- package/src/index.tsx +184 -0
- package/src/locales/README.md +7 -0
- package/src/pages/About/index.tsx +9 -0
- package/src/pages/AddExercise/index.tsx +15 -0
- package/src/pages/AddWeight/index.tsx +9 -0
- package/src/pages/ApiPage/index.tsx +9 -0
- package/src/pages/Calendar/index.tsx +10 -0
- package/src/pages/CaloriesCalculator/index.tsx +9 -0
- package/src/pages/Equipments/index.tsx +9 -0
- package/src/pages/ExerciseDetails/index.tsx +6 -0
- package/src/pages/Ingrdedients/index.tsx +9 -0
- package/src/pages/Login/index.tsx +9 -0
- package/src/pages/Preferences/index.tsx +9 -0
- package/src/pages/PublicTemplate/index.tsx +9 -0
- package/src/pages/TemplatePage/index.tsx +9 -0
- package/src/pages/WeightOverview/index.tsx +6 -0
- package/src/pages/index.ts +14 -0
- package/src/permissions/index.ts +13 -0
- package/src/reportWebVitals.ts +15 -0
- package/src/routes.tsx +137 -0
- package/src/services/alias.test.ts +47 -0
- package/src/services/alias.ts +34 -0
- package/src/services/base_config.test.ts +48 -0
- package/src/services/base_config.ts +86 -0
- package/src/services/category.test.ts +44 -0
- package/src/services/category.ts +21 -0
- package/src/services/config.test.ts +213 -0
- package/src/services/config.ts +50 -0
- package/src/services/day.test.ts +118 -0
- package/src/services/day.ts +44 -0
- package/src/services/equipment.test.ts +46 -0
- package/src/services/equipment.ts +20 -0
- package/src/services/exercise.test.ts +98 -0
- package/src/services/exercise.ts +182 -0
- package/src/services/exerciseTranslation.test.ts +98 -0
- package/src/services/exerciseTranslation.ts +112 -0
- package/src/services/image.test.ts +77 -0
- package/src/services/image.ts +54 -0
- package/src/services/index.ts +104 -0
- package/src/services/ingredient.test.ts +81 -0
- package/src/services/ingredient.ts +70 -0
- package/src/services/ingredientweightunit.ts +29 -0
- package/src/services/language.test.ts +86 -0
- package/src/services/language.ts +35 -0
- package/src/services/languageCheck.ts +33 -0
- package/src/services/meal.ts +67 -0
- package/src/services/mealItem.ts +32 -0
- package/src/services/measurements.test.ts +106 -0
- package/src/services/measurements.ts +173 -0
- package/src/services/muscles.test.ts +46 -0
- package/src/services/muscles.ts +20 -0
- package/src/services/note.ts +39 -0
- package/src/services/nutritionalDiary.test.ts +35 -0
- package/src/services/nutritionalDiary.ts +70 -0
- package/src/services/nutritionalPlan.test.ts +74 -0
- package/src/services/nutritionalPlan.ts +104 -0
- package/src/services/permission.ts +26 -0
- package/src/services/permissions.test.ts +34 -0
- package/src/services/profile.test.ts +40 -0
- package/src/services/profile.ts +49 -0
- package/src/services/responseType.ts +35 -0
- package/src/services/routine.test.ts +195 -0
- package/src/services/routine.ts +250 -0
- package/src/services/session.test.ts +157 -0
- package/src/services/session.ts +99 -0
- package/src/services/slot.test.ts +68 -0
- package/src/services/slot.ts +43 -0
- package/src/services/slot_entry.ts +43 -0
- package/src/services/variation.test.ts +24 -0
- package/src/services/variation.ts +18 -0
- package/src/services/video.test.ts +65 -0
- package/src/services/video.ts +47 -0
- package/src/services/weight.test.ts +75 -0
- package/src/services/weight.ts +58 -0
- package/src/services/workoutLogs.test.ts +148 -0
- package/src/services/workoutLogs.ts +89 -0
- package/src/services/workoutUnits.ts +29 -0
- package/src/setupTests.ts +40 -0
- package/src/state/exerciseSubmissionReducer.ts +170 -0
- package/src/state/exerciseSubmissionState.tsx +75 -0
- package/src/state/index.ts +15 -0
- package/src/state/notificationReducer.ts +29 -0
- package/src/state/notificationState.tsx +32 -0
- package/src/state/stateTypes.ts +24 -0
- package/src/tests/api/ingredientInfoEndpoint.ts +72 -0
- package/src/tests/exerciseTestdata.ts +159 -0
- package/src/tests/exercises/searchResponse.ts +23 -0
- package/src/tests/ingredientTestdata.ts +76 -0
- package/src/tests/measurementsTestData.ts +40 -0
- package/src/tests/nutritionDiaryTestdata.ts +167 -0
- package/src/tests/nutritionTestdata.ts +200 -0
- package/src/tests/queryClient/index.ts +7 -0
- package/src/tests/responseApi.ts +197 -0
- package/src/tests/setup.ts +10 -0
- package/src/tests/slotEntryApiResponse.ts +144 -0
- package/src/tests/userTestdata.ts +43 -0
- package/src/tests/weight/testData.ts +7 -0
- package/src/tests/workoutLogsRoutinesTestData.ts +90 -0
- package/src/tests/workoutRoutinesTestData.ts +451 -0
- package/src/tests/workoutStatisticsTestData.ts +219 -0
- package/src/theme.ts +73 -0
- package/src/types.ts +144 -0
- package/src/utils/Adapter.ts +10 -0
- package/src/utils/colors.test.ts +38 -0
- package/src/utils/colors.ts +17 -0
- package/src/utils/consts.ts +160 -0
- package/src/utils/date.test.ts +56 -0
- package/src/utils/date.ts +145 -0
- package/src/utils/forms.test.ts +41 -0
- package/src/utils/forms.ts +54 -0
- package/src/utils/numbers.test.ts +55 -0
- package/src/utils/numbers.ts +42 -0
- package/src/utils/requests.test.ts +61 -0
- package/src/utils/requests.ts +22 -0
- package/src/utils/strings.test.ts +62 -0
- package/src/utils/strings.ts +28 -0
- package/src/utils/url.test.ts +127 -0
- package/src/utils/url.ts +237 -0
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
+
width="200"
|
|
13
|
+
height="362"
|
|
14
|
+
id="svg2"
|
|
15
|
+
version="1.1"
|
|
16
|
+
inkscape:version="0.48.3.1 r9886"
|
|
17
|
+
sodipodi:docname="Muscular_system-small.svg">
|
|
18
|
+
<defs
|
|
19
|
+
id="defs4" />
|
|
20
|
+
<sodipodi:namedview
|
|
21
|
+
id="base"
|
|
22
|
+
pagecolor="#ffffff"
|
|
23
|
+
bordercolor="#666666"
|
|
24
|
+
borderopacity="1.0"
|
|
25
|
+
inkscape:pageopacity="0.0"
|
|
26
|
+
inkscape:pageshadow="2"
|
|
27
|
+
inkscape:zoom="0.98994949"
|
|
28
|
+
inkscape:cx="265.81673"
|
|
29
|
+
inkscape:cy="163.65381"
|
|
30
|
+
inkscape:document-units="px"
|
|
31
|
+
inkscape:current-layer="layer1"
|
|
32
|
+
showgrid="false"
|
|
33
|
+
fit-margin-top="0"
|
|
34
|
+
fit-margin-left="0"
|
|
35
|
+
fit-margin-right="0"
|
|
36
|
+
fit-margin-bottom="0"
|
|
37
|
+
inkscape:window-width="910"
|
|
38
|
+
inkscape:window-height="624"
|
|
39
|
+
inkscape:window-x="308"
|
|
40
|
+
inkscape:window-y="114"
|
|
41
|
+
inkscape:window-maximized="0" />
|
|
42
|
+
<metadata
|
|
43
|
+
id="metadata7">
|
|
44
|
+
<rdf:RDF>
|
|
45
|
+
<cc:Work
|
|
46
|
+
rdf:about="">
|
|
47
|
+
<dc:format>image/svg+xml</dc:format>
|
|
48
|
+
<dc:type
|
|
49
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
50
|
+
<dc:title></dc:title>
|
|
51
|
+
</cc:Work>
|
|
52
|
+
</rdf:RDF>
|
|
53
|
+
</metadata>
|
|
54
|
+
<g
|
|
55
|
+
inkscape:label="Ebene 1"
|
|
56
|
+
inkscape:groupmode="layer"
|
|
57
|
+
id="layer1"
|
|
58
|
+
transform="translate(-395.71431,-323.50506)">
|
|
59
|
+
<path
|
|
60
|
+
sodipodi:nodetypes="caazccac"
|
|
61
|
+
inkscape:connector-curvature="0"
|
|
62
|
+
id="path2992"
|
|
63
|
+
d="m 518.74726,391.26389 c -1.66702,1.72091 4.14667,4.86002 6.04747,7.42414 2.14217,2.88973 3.84239,6.09351 6.02422,8.9534 3.14045,4.11642 7.90919,10.8631 10.13838,11.76773 2.22918,0.90463 2.61397,1.68695 2.10576,-0.80988 -0.0486,-4.08929 0.46888,-10.39718 -0.3296,-15.79817 -0.85269,-5.60328 -4.22913,-9.95851 -8.70407,-12.14559 -4.58031,-2.23858 -15.08002,0.31467 -15.28216,0.60837 z"
|
|
64
|
+
style="opacity:0.52424239;fill:#fc0000;fill-opacity:1;stroke:none" />
|
|
65
|
+
<path
|
|
66
|
+
sodipodi:nodetypes="caazccac"
|
|
67
|
+
inkscape:connector-curvature="0"
|
|
68
|
+
id="path2992-1"
|
|
69
|
+
d="m 469.94763,392.44977 c 1.66702,1.72091 -4.14667,4.86002 -6.04747,7.42414 -2.14217,2.88973 -3.84239,6.09351 -6.02421,8.9534 -3.14045,4.11642 -7.9092,10.8631 -10.13838,11.76773 -2.22919,0.90463 -2.61397,1.68695 -2.10577,-0.80988 0.0486,-4.08929 -0.46888,-10.39718 0.32961,-15.79817 0.85269,-5.60328 4.22913,-9.95851 8.70407,-12.14559 4.58031,-2.23858 15.08001,0.31467 15.28215,0.60837 z"
|
|
70
|
+
style="opacity:0.52424239;fill:#fc0000;fill-opacity:1;stroke:none" />
|
|
71
|
+
</g>
|
|
72
|
+
</svg>
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
+
width="200"
|
|
13
|
+
height="362"
|
|
14
|
+
id="svg2"
|
|
15
|
+
version="1.1"
|
|
16
|
+
inkscape:version="0.48.3.1 r9886"
|
|
17
|
+
sodipodi:docname="Muscular_system-small.svg">
|
|
18
|
+
<defs
|
|
19
|
+
id="defs4" />
|
|
20
|
+
<sodipodi:namedview
|
|
21
|
+
id="base"
|
|
22
|
+
pagecolor="#ffffff"
|
|
23
|
+
bordercolor="#666666"
|
|
24
|
+
borderopacity="1.0"
|
|
25
|
+
inkscape:pageopacity="0.0"
|
|
26
|
+
inkscape:pageshadow="2"
|
|
27
|
+
inkscape:zoom="1.4"
|
|
28
|
+
inkscape:cx="216.88503"
|
|
29
|
+
inkscape:cy="225.31721"
|
|
30
|
+
inkscape:document-units="px"
|
|
31
|
+
inkscape:current-layer="layer1"
|
|
32
|
+
showgrid="false"
|
|
33
|
+
fit-margin-top="0"
|
|
34
|
+
fit-margin-left="0"
|
|
35
|
+
fit-margin-right="0"
|
|
36
|
+
fit-margin-bottom="0"
|
|
37
|
+
inkscape:window-width="910"
|
|
38
|
+
inkscape:window-height="624"
|
|
39
|
+
inkscape:window-x="248"
|
|
40
|
+
inkscape:window-y="122"
|
|
41
|
+
inkscape:window-maximized="0" />
|
|
42
|
+
<metadata
|
|
43
|
+
id="metadata7">
|
|
44
|
+
<rdf:RDF>
|
|
45
|
+
<cc:Work
|
|
46
|
+
rdf:about="">
|
|
47
|
+
<dc:format>image/svg+xml</dc:format>
|
|
48
|
+
<dc:type
|
|
49
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
50
|
+
<dc:title></dc:title>
|
|
51
|
+
</cc:Work>
|
|
52
|
+
</rdf:RDF>
|
|
53
|
+
</metadata>
|
|
54
|
+
<g
|
|
55
|
+
inkscape:label="Ebene 1"
|
|
56
|
+
inkscape:groupmode="layer"
|
|
57
|
+
id="layer1"
|
|
58
|
+
transform="translate(-395.71431,-323.50506)">
|
|
59
|
+
<path
|
|
60
|
+
sodipodi:nodetypes="cssssssscccc"
|
|
61
|
+
inkscape:connector-curvature="0"
|
|
62
|
+
id="path2992"
|
|
63
|
+
d="m 517.82599,424.19421 c -0.48916,0.78934 2.89077,0.99122 2.70983,1.91809 -0.17283,0.88532 -2.52633,2.44538 -2.55228,3.56965 -0.0273,1.18223 2.40506,-0.0843 2.45526,1.13441 0.0477,1.15763 -3.74052,6.13027 -3.69954,7.11544 0.0605,1.45328 4.6749,0.46385 4.5579,2.23717 -0.12135,1.83909 -3.52179,5.11873 -3.42929,6.81101 0.0926,1.6943 1.9109,0.79061 2.63119,1.83626 0.43784,0.63563 -0.48538,3.50418 0.30725,3.75107 2.72142,-4.80332 7.36232,-10.43996 6.94084,-12.65447 -0.16995,-2.23726 1.64472,-16.08653 -0.88932,-18.59985 -2.0865,0.41346 -6.01996,1.94692 -9.03184,2.88122 z"
|
|
64
|
+
style="opacity:0.52424239;fill:#fc0000;fill-opacity:1;stroke:none" />
|
|
65
|
+
<path
|
|
66
|
+
sodipodi:nodetypes="cssssssscccc"
|
|
67
|
+
inkscape:connector-curvature="0"
|
|
68
|
+
id="path2992-3"
|
|
69
|
+
d="m 468.06573,428.23907 c 0.48916,0.78934 -4.09033,1.05436 -3.90939,1.98123 0.17283,0.88532 2.96828,3.51866 2.99423,4.64293 0.0273,1.18223 -3.66776,-0.39997 -3.71796,0.81874 -0.0477,1.15763 4.37187,6.95102 4.33089,7.93619 -0.0605,1.45328 -3.28594,-3.00855 -3.16894,-1.23523 0.12135,1.83909 2.4485,5.75008 2.356,7.44236 -0.0926,1.6943 -0.83761,0.15926 -1.5579,1.20491 -0.43784,0.63563 0.48538,3.50418 -0.30725,3.75107 -2.72142,-4.80332 -7.36232,-10.43996 -6.94084,-12.65447 0.16995,-2.23726 -1.64472,-16.08653 0.88932,-18.59985 1.70769,0.666 6.01996,3.77782 9.03184,4.71212 z"
|
|
70
|
+
style="opacity:0.52424239;fill:#fc0000;fill-opacity:1;stroke:none" />
|
|
71
|
+
</g>
|
|
72
|
+
</svg>
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
+
width="200"
|
|
13
|
+
height="362"
|
|
14
|
+
id="svg2"
|
|
15
|
+
version="1.1"
|
|
16
|
+
inkscape:version="0.48.3.1 r9886"
|
|
17
|
+
sodipodi:docname="Muscular_system-small.svg">
|
|
18
|
+
<defs
|
|
19
|
+
id="defs4" />
|
|
20
|
+
<sodipodi:namedview
|
|
21
|
+
id="base"
|
|
22
|
+
pagecolor="#ffffff"
|
|
23
|
+
bordercolor="#666666"
|
|
24
|
+
borderopacity="1.0"
|
|
25
|
+
inkscape:pageopacity="0.0"
|
|
26
|
+
inkscape:pageshadow="2"
|
|
27
|
+
inkscape:zoom="1.979899"
|
|
28
|
+
inkscape:cx="80.312997"
|
|
29
|
+
inkscape:cy="304.21851"
|
|
30
|
+
inkscape:document-units="px"
|
|
31
|
+
inkscape:current-layer="layer1"
|
|
32
|
+
showgrid="false"
|
|
33
|
+
fit-margin-top="0"
|
|
34
|
+
fit-margin-left="0"
|
|
35
|
+
fit-margin-right="0"
|
|
36
|
+
fit-margin-bottom="0"
|
|
37
|
+
inkscape:window-width="910"
|
|
38
|
+
inkscape:window-height="624"
|
|
39
|
+
inkscape:window-x="707"
|
|
40
|
+
inkscape:window-y="45"
|
|
41
|
+
inkscape:window-maximized="0" />
|
|
42
|
+
<metadata
|
|
43
|
+
id="metadata7">
|
|
44
|
+
<rdf:RDF>
|
|
45
|
+
<cc:Work
|
|
46
|
+
rdf:about="">
|
|
47
|
+
<dc:format>image/svg+xml</dc:format>
|
|
48
|
+
<dc:type
|
|
49
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
50
|
+
<dc:title></dc:title>
|
|
51
|
+
</cc:Work>
|
|
52
|
+
</rdf:RDF>
|
|
53
|
+
</metadata>
|
|
54
|
+
<g
|
|
55
|
+
inkscape:label="Ebene 1"
|
|
56
|
+
inkscape:groupmode="layer"
|
|
57
|
+
id="layer1"
|
|
58
|
+
transform="translate(-395.71431,-323.50506)">
|
|
59
|
+
<path
|
|
60
|
+
style="opacity:0.52424239;fill:#fc0000;fill-opacity:1;stroke:none;display:inline"
|
|
61
|
+
d="m 496.71569,400.4595 c -1.55631,1.52025 -1.10288,3.85607 -1.4211,5.80333 -0.3625,2.35132 -0.80068,4.79415 -0.093,7.12879 0.81079,11.41842 4.2154,10.19708 8.2193,10.89959 12.2635,2.15171 15.18392,0.30379 22.10382,-2.34424 3.55323,-1.35971 6.39202,-3.72964 9.25399,-6.68073 -3.82356,-5.55838 -5.1382,-9.45509 -8.75855,-13.3601 -3.74892,-4.04369 -7.62508,-9.52034 -13.10984,-10.08881 -5.37765,-0.55737 -13.05255,6.83988 -14.60926,7.04537 -0.71523,0.30386 -1.16231,0.98036 -1.58532,1.59676 z"
|
|
62
|
+
id="path2992-9-5"
|
|
63
|
+
inkscape:connector-curvature="0"
|
|
64
|
+
sodipodi:nodetypes="cccsacaaccc" />
|
|
65
|
+
<path
|
|
66
|
+
style="opacity:0.52424239;fill:#fc0000;fill-opacity:1;stroke:none;display:inline"
|
|
67
|
+
d="m 492.21306,400.04042 c 1.55631,1.52025 1.10288,3.85607 1.4211,5.80333 0.3625,2.35132 0.80068,4.79415 0.093,7.12879 -0.81079,11.41842 -4.2154,10.19708 -8.2193,10.89959 -12.2635,2.15171 -15.18392,0.30379 -22.10382,-2.34424 -3.55323,-1.35971 -6.39202,-3.72964 -9.25399,-6.68073 3.82356,-5.55838 5.1382,-9.45509 8.75855,-13.3601 3.74892,-4.04369 7.62508,-9.52034 13.10984,-10.08881 5.37765,-0.55737 13.05255,6.83988 14.60926,7.04537 0.71523,0.30386 1.16231,0.98036 1.58532,1.59676 z"
|
|
68
|
+
id="path2992-9-5-6"
|
|
69
|
+
inkscape:connector-curvature="0"
|
|
70
|
+
sodipodi:nodetypes="cccsacaaccc" />
|
|
71
|
+
</g>
|
|
72
|
+
</svg>
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
+
width="200"
|
|
13
|
+
height="369.0256"
|
|
14
|
+
id="svg2"
|
|
15
|
+
version="1.1"
|
|
16
|
+
inkscape:version="0.48.3.1 r9886"
|
|
17
|
+
sodipodi:docname="muscular_system_back.svg">
|
|
18
|
+
<defs
|
|
19
|
+
id="defs4" />
|
|
20
|
+
<sodipodi:namedview
|
|
21
|
+
id="base"
|
|
22
|
+
pagecolor="#ffffff"
|
|
23
|
+
bordercolor="#666666"
|
|
24
|
+
borderopacity="1.0"
|
|
25
|
+
inkscape:pageopacity="0.0"
|
|
26
|
+
inkscape:pageshadow="2"
|
|
27
|
+
inkscape:zoom="0.7"
|
|
28
|
+
inkscape:cx="420.23066"
|
|
29
|
+
inkscape:cy="94.1613"
|
|
30
|
+
inkscape:document-units="px"
|
|
31
|
+
inkscape:current-layer="layer1"
|
|
32
|
+
showgrid="false"
|
|
33
|
+
fit-margin-top="0"
|
|
34
|
+
fit-margin-left="0"
|
|
35
|
+
fit-margin-right="0"
|
|
36
|
+
fit-margin-bottom="0"
|
|
37
|
+
inkscape:window-width="844"
|
|
38
|
+
inkscape:window-height="577"
|
|
39
|
+
inkscape:window-x="318"
|
|
40
|
+
inkscape:window-y="157"
|
|
41
|
+
inkscape:window-maximized="0" />
|
|
42
|
+
<metadata
|
|
43
|
+
id="metadata7">
|
|
44
|
+
<rdf:RDF>
|
|
45
|
+
<cc:Work
|
|
46
|
+
rdf:about="">
|
|
47
|
+
<dc:format>image/svg+xml</dc:format>
|
|
48
|
+
<dc:type
|
|
49
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
50
|
+
<dc:title></dc:title>
|
|
51
|
+
</cc:Work>
|
|
52
|
+
</rdf:RDF>
|
|
53
|
+
</metadata>
|
|
54
|
+
<g
|
|
55
|
+
inkscape:label="Ebene 1"
|
|
56
|
+
inkscape:groupmode="layer"
|
|
57
|
+
id="layer1"
|
|
58
|
+
transform="translate(-54.28571,-335.71932)">
|
|
59
|
+
<path
|
|
60
|
+
style="opacity:0.52424239;fill:#fc0000;fill-opacity:1;stroke:none;display:inline"
|
|
61
|
+
d="m 191.55063,438.91472 c -0.3625,2.35132 -0.62211,10.687 0.0856,13.02164 3.8465,9.09699 3.62452,11.21449 7.14787,12.86388 6.10219,2.85662 4.81236,1.08698 6.92525,0.15576 2.05497,-0.9057 4.7139,-2.75842 4.43256,-5.07359 -0.87122,-7.16941 1.00012,-14.25906 -1.07998,-20.8601 -16.47188,-16.75749 -16.00743,-10.16063 -17.51127,-0.10759 z"
|
|
62
|
+
id="path2992-9-5"
|
|
63
|
+
inkscape:connector-curvature="0"
|
|
64
|
+
sodipodi:nodetypes="ccsascc" />
|
|
65
|
+
<path
|
|
66
|
+
style="opacity:0.52424239;fill:#fc0000;fill-opacity:1;stroke:none;display:inline"
|
|
67
|
+
d="m 116.92894,439.13084 c 0.3625,2.35132 0.62211,10.687 -0.0856,13.02164 -3.8465,9.09699 -3.62452,11.21449 -7.14787,12.86388 -6.10219,2.85662 -4.81236,1.08698 -6.92525,0.15576 -2.05497,-0.9057 -4.713898,-2.75842 -4.432558,-5.07359 0.87122,-7.16941 -1.00012,-14.25906 1.07998,-20.8601 16.471878,-16.75749 16.007428,-10.16063 17.511268,-0.10759 z"
|
|
68
|
+
id="path2992-9-5-1"
|
|
69
|
+
inkscape:connector-curvature="0"
|
|
70
|
+
sodipodi:nodetypes="ccsascc" />
|
|
71
|
+
</g>
|
|
72
|
+
</svg>
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
+
width="200"
|
|
13
|
+
height="369"
|
|
14
|
+
id="svg2"
|
|
15
|
+
version="1.1"
|
|
16
|
+
inkscape:version="0.48.3.1 r9886"
|
|
17
|
+
sodipodi:docname="muscular_system_front.svg">
|
|
18
|
+
<defs
|
|
19
|
+
id="defs4" />
|
|
20
|
+
<sodipodi:namedview
|
|
21
|
+
id="base"
|
|
22
|
+
pagecolor="#ffffff"
|
|
23
|
+
bordercolor="#666666"
|
|
24
|
+
borderopacity="1.0"
|
|
25
|
+
inkscape:pageopacity="0.0"
|
|
26
|
+
inkscape:pageshadow="2"
|
|
27
|
+
inkscape:zoom="1.4"
|
|
28
|
+
inkscape:cx="43.443717"
|
|
29
|
+
inkscape:cy="150.28664"
|
|
30
|
+
inkscape:document-units="px"
|
|
31
|
+
inkscape:current-layer="layer1"
|
|
32
|
+
showgrid="false"
|
|
33
|
+
fit-margin-top="0"
|
|
34
|
+
fit-margin-left="0"
|
|
35
|
+
fit-margin-right="0"
|
|
36
|
+
fit-margin-bottom="0"
|
|
37
|
+
inkscape:window-width="910"
|
|
38
|
+
inkscape:window-height="624"
|
|
39
|
+
inkscape:window-x="479"
|
|
40
|
+
inkscape:window-y="100"
|
|
41
|
+
inkscape:window-maximized="0"
|
|
42
|
+
height="524.41px" />
|
|
43
|
+
<metadata
|
|
44
|
+
id="metadata7">
|
|
45
|
+
<rdf:RDF>
|
|
46
|
+
<cc:Work
|
|
47
|
+
rdf:about="">
|
|
48
|
+
<dc:format>image/svg+xml</dc:format>
|
|
49
|
+
<dc:type
|
|
50
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
51
|
+
<dc:title></dc:title>
|
|
52
|
+
</cc:Work>
|
|
53
|
+
</rdf:RDF>
|
|
54
|
+
</metadata>
|
|
55
|
+
<g
|
|
56
|
+
inkscape:label="Ebene 1"
|
|
57
|
+
inkscape:groupmode="layer"
|
|
58
|
+
id="layer1"
|
|
59
|
+
transform="translate(-395.71431,-316.50506)">
|
|
60
|
+
<path
|
|
61
|
+
style="opacity:0.52424239;fill:#fc0000;fill-opacity:1;stroke:none;display:inline"
|
|
62
|
+
d="m 498.36277,434.58481 c -1.55631,1.52025 -0.13048,3.98753 -0.1711,5.9819 -0.052,2.55449 -0.0434,5.10996 -0.093,7.66451 -0.0875,4.50962 -0.22147,9.01828 -0.36082,13.5266 -0.16948,5.48319 0.15327,9.90598 -0.57803,16.44726 -0.95978,8.58488 -1.33969,19.65754 -0.5009,20.05568 1.58892,0.91978 5.5552,-3.03663 7.45027,-5.46433 1.5127,-1.93786 1.48305,-0.70542 2.78771,-6.82793 0.90275,-4.23642 1.43029,-9.25519 1.67209,-9.72652 0.60636,-1.09903 0.9424,-4.81204 1.38902,-9.40737 0.41377,-4.25735 0.28622,-7.00608 0.23245,-10.50979 -0.092,-5.99405 0.0362,-15.57164 -0.94915,-17.95919 -0.0822,-3.20813 -1.11029,-3.60426 -3.2829,-5.17335 -2.55028,-0.64249 -6.11949,-0.63047 -7.5956,1.39249 z"
|
|
63
|
+
id="path2992-9-5"
|
|
64
|
+
inkscape:connector-curvature="0"
|
|
65
|
+
sodipodi:nodetypes="caaascascsacccc" />
|
|
66
|
+
<path
|
|
67
|
+
style="opacity:0.52424239;fill:#fc0000;fill-opacity:1;stroke:none;display:inline"
|
|
68
|
+
d="m 490.21813,434.48339 c 1.55631,1.52025 0.13048,3.98753 0.1711,5.9819 0.052,2.55449 0.0434,5.10996 0.093,7.66451 0.0875,4.50962 0.22147,9.01828 0.36082,13.5266 0.16948,5.48319 -0.15327,9.90598 0.57803,16.44726 0.95978,8.58488 1.33969,19.65754 0.5009,20.05568 -1.58892,0.91978 -5.5552,-3.03663 -7.45027,-5.46433 -1.5127,-1.93786 -1.48305,-0.70542 -2.78771,-6.82793 -0.90275,-4.23642 -1.43029,-9.25519 -1.67209,-9.72652 -0.60636,-1.09903 -0.9424,-4.81204 -1.38902,-9.40737 -0.41377,-4.25735 -0.28622,-7.00608 -0.23245,-10.50979 0.092,-5.99405 -0.0362,-15.57164 0.94915,-17.95919 0.0822,-3.20813 1.11029,-3.60426 3.2829,-5.17335 2.55028,-0.64249 6.11949,-0.63047 7.5956,1.39249 z"
|
|
69
|
+
id="path2992-9-5-5"
|
|
70
|
+
inkscape:connector-curvature="0"
|
|
71
|
+
sodipodi:nodetypes="caaascascsacccc" />
|
|
72
|
+
</g>
|
|
73
|
+
</svg>
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
+
width="200"
|
|
13
|
+
height="369.03"
|
|
14
|
+
id="svg2"
|
|
15
|
+
version="1.1"
|
|
16
|
+
inkscape:version="0.48.3.1 r9886"
|
|
17
|
+
sodipodi:docname="muscular_system_back.svg">
|
|
18
|
+
<defs
|
|
19
|
+
id="defs4" />
|
|
20
|
+
<sodipodi:namedview
|
|
21
|
+
id="base"
|
|
22
|
+
pagecolor="#ffffff"
|
|
23
|
+
bordercolor="#666666"
|
|
24
|
+
borderopacity="1.0"
|
|
25
|
+
inkscape:pageopacity="0.0"
|
|
26
|
+
inkscape:pageshadow="2"
|
|
27
|
+
inkscape:zoom="1.4"
|
|
28
|
+
inkscape:cx="187.27864"
|
|
29
|
+
inkscape:cy="81.858086"
|
|
30
|
+
inkscape:document-units="px"
|
|
31
|
+
inkscape:current-layer="layer1"
|
|
32
|
+
showgrid="false"
|
|
33
|
+
fit-margin-top="0"
|
|
34
|
+
fit-margin-left="0"
|
|
35
|
+
fit-margin-right="0"
|
|
36
|
+
fit-margin-bottom="0"
|
|
37
|
+
inkscape:window-width="844"
|
|
38
|
+
inkscape:window-height="577"
|
|
39
|
+
inkscape:window-x="484"
|
|
40
|
+
inkscape:window-y="65"
|
|
41
|
+
inkscape:window-maximized="0" />
|
|
42
|
+
<metadata
|
|
43
|
+
id="metadata7">
|
|
44
|
+
<rdf:RDF>
|
|
45
|
+
<cc:Work
|
|
46
|
+
rdf:about="">
|
|
47
|
+
<dc:format>image/svg+xml</dc:format>
|
|
48
|
+
<dc:type
|
|
49
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
50
|
+
<dc:title></dc:title>
|
|
51
|
+
</cc:Work>
|
|
52
|
+
</rdf:RDF>
|
|
53
|
+
</metadata>
|
|
54
|
+
<g
|
|
55
|
+
inkscape:label="Ebene 1"
|
|
56
|
+
inkscape:groupmode="layer"
|
|
57
|
+
id="layer1"
|
|
58
|
+
transform="translate(-54.28571,-335.71492)">
|
|
59
|
+
<path
|
|
60
|
+
style="opacity:0.52424239;fill:#fc0000;fill-opacity:1;stroke:none;display:inline"
|
|
61
|
+
d="m 157.84649,628.07391 c 0.18417,4.50671 0.628,11.65178 1.91202,17.31467 0.83063,3.6633 2.37474,5.09284 3.71512,10.63888 2.14383,8.8704 -0.81431,29.19307 0.0245,29.59121 1.58892,0.91978 1.82319,-0.28511 2.39951,-0.91864 4.22119,-4.64016 2.74914,-12.29168 5.04025,-18.13123 2.62168,-6.6821 4.96173,-6.44129 9.87964,-19.13389 0.41377,-4.25735 2.33285,-10.64845 2.50529,-16.06563 0.14015,-4.40301 -0.21634,-10.77342 -1.20169,-13.16097 -0.0822,-3.20813 -7.17121,-16.98878 -9.34382,-18.55787 -2.55028,-0.64249 -5.10933,-3.66092 -6.58544,-1.63796 -3.4339,1.48689 -3.36742,1.68575 -4.67162,4.03725 -2.30927,4.16367 -0.88234,14.44818 -3.67374,26.02418 z"
|
|
62
|
+
id="path2992-9-5"
|
|
63
|
+
inkscape:connector-curvature="0"
|
|
64
|
+
sodipodi:nodetypes="cascaacacccsc" />
|
|
65
|
+
<path
|
|
66
|
+
style="opacity:0.52424239;fill:#fc0000;fill-opacity:1;stroke:none;display:inline"
|
|
67
|
+
d="m 151.38626,628.55089 c -0.18417,4.50671 -0.628,11.65178 -1.91202,17.31467 -0.83063,3.6633 -2.37474,5.09284 -3.71512,10.63888 -2.14383,8.8704 0.81431,29.19307 -0.0245,29.59121 -1.58892,0.91978 -1.82319,-0.28511 -2.39951,-0.91864 -4.22119,-4.64016 -2.74914,-12.29168 -5.04025,-18.13123 -2.62168,-6.6821 -4.96173,-6.44129 -9.87964,-19.13389 -0.41377,-4.25735 -2.33285,-10.64845 -2.50529,-16.06563 -0.14015,-4.40301 0.21634,-10.77342 1.20169,-13.16097 0.0822,-3.20813 7.17121,-16.98878 9.34382,-18.55787 2.55028,-0.64249 5.10933,-3.66092 6.58544,-1.63796 3.4339,1.48689 3.36742,1.68575 4.67162,4.03725 2.30927,4.16367 0.88234,14.44818 3.67374,26.02418 z"
|
|
68
|
+
id="path2992-9-5-1"
|
|
69
|
+
inkscape:connector-curvature="0"
|
|
70
|
+
sodipodi:nodetypes="cascaacacccsc" />
|
|
71
|
+
</g>
|
|
72
|
+
</svg>
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
+
width="200"
|
|
13
|
+
height="369.03"
|
|
14
|
+
id="svg2"
|
|
15
|
+
version="1.1"
|
|
16
|
+
inkscape:version="0.48.3.1 r9886"
|
|
17
|
+
sodipodi:docname="muscular_system_back.svg">
|
|
18
|
+
<defs
|
|
19
|
+
id="defs4" />
|
|
20
|
+
<sodipodi:namedview
|
|
21
|
+
id="base"
|
|
22
|
+
pagecolor="#ffffff"
|
|
23
|
+
bordercolor="#666666"
|
|
24
|
+
borderopacity="1.0"
|
|
25
|
+
inkscape:pageopacity="0.0"
|
|
26
|
+
inkscape:pageshadow="2"
|
|
27
|
+
inkscape:zoom="2.8"
|
|
28
|
+
inkscape:cx="152.38763"
|
|
29
|
+
inkscape:cy="162.95615"
|
|
30
|
+
inkscape:document-units="px"
|
|
31
|
+
inkscape:current-layer="layer1"
|
|
32
|
+
showgrid="false"
|
|
33
|
+
fit-margin-top="0"
|
|
34
|
+
fit-margin-left="0"
|
|
35
|
+
fit-margin-right="0"
|
|
36
|
+
fit-margin-bottom="0"
|
|
37
|
+
inkscape:window-width="844"
|
|
38
|
+
inkscape:window-height="577"
|
|
39
|
+
inkscape:window-x="643"
|
|
40
|
+
inkscape:window-y="68"
|
|
41
|
+
inkscape:window-maximized="0" />
|
|
42
|
+
<metadata
|
|
43
|
+
id="metadata7">
|
|
44
|
+
<rdf:RDF>
|
|
45
|
+
<cc:Work
|
|
46
|
+
rdf:about="">
|
|
47
|
+
<dc:format>image/svg+xml</dc:format>
|
|
48
|
+
<dc:type
|
|
49
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
50
|
+
<dc:title></dc:title>
|
|
51
|
+
</cc:Work>
|
|
52
|
+
</rdf:RDF>
|
|
53
|
+
</metadata>
|
|
54
|
+
<g
|
|
55
|
+
inkscape:label="Ebene 1"
|
|
56
|
+
inkscape:groupmode="layer"
|
|
57
|
+
id="layer1"
|
|
58
|
+
transform="translate(-54.28571,-335.71492)">
|
|
59
|
+
<path
|
|
60
|
+
style="opacity:0.52424239;fill:#fc0000;fill-opacity:1;stroke:none;display:inline"
|
|
61
|
+
d="m 164.02666,497.12852 c -1.55631,1.52025 -1.56504,4.09871 -2.31396,6.16047 -1.07519,2.95998 -2.07652,5.94628 -3.12871,8.91451 -0.94527,2.6666 -2.81581,5.50344 -2.86083,7.99088 -0.12727,7.03248 5.37882,9.33869 8.71656,12.20652 3.33774,2.86783 6.9498,5.51311 9.32708,7.83922 2.37728,2.32611 6.07419,4.2694 9.30355,7.71468 2.2591,2.41015 4.83843,5.12955 5.17102,9.6188 0.46426,6.26654 -1.41009,15.04789 -0.92068,14.42208 3.2937,-4.21159 5.83554,-31.16875 4.06336,-40.6264 -0.62961,-3.36009 -0.57506,-9.6715 -2.31541,-14.10789 -2.41369,-6.1528 -6.45379,-11.68558 -10.94915,-16.53062 -2.83801,-3.05877 -7.71744,-6.10426 -9.89005,-7.67335 -2.55028,-0.64249 -2.72663,2.0481 -4.20274,4.07106 z"
|
|
62
|
+
id="path2992-9-5"
|
|
63
|
+
inkscape:connector-curvature="0"
|
|
64
|
+
sodipodi:nodetypes="caaszzssssaaccc" />
|
|
65
|
+
<path
|
|
66
|
+
style="opacity:0.52424239;fill:#fc0000;fill-opacity:1;stroke:none;display:inline"
|
|
67
|
+
d="m 144.10239,497.59374 c 1.55631,1.52025 1.56504,4.09871 2.31396,6.16047 1.07519,2.95998 2.07652,5.94628 3.12871,8.91451 0.94527,2.6666 2.81581,5.50344 2.86083,7.99088 0.12727,7.03248 -5.37882,9.33869 -8.71656,12.20652 -3.33774,2.86783 -6.9498,5.51311 -9.32708,7.83922 -2.37728,2.32611 -6.07419,4.2694 -9.30355,7.71468 -2.2591,2.41015 -4.83843,5.12955 -5.17102,9.6188 -0.46426,6.26654 1.41009,15.04789 0.92068,14.42208 -3.2937,-4.21159 -5.83554,-31.16875 -4.06336,-40.6264 0.62961,-3.36009 0.57506,-9.6715 2.31541,-14.10789 2.41369,-6.1528 6.45379,-11.68558 10.94915,-16.53062 2.83801,-3.05877 7.71744,-6.10426 9.89005,-7.67335 2.55028,-0.64249 2.72663,2.0481 4.20274,4.07106 z"
|
|
68
|
+
id="path2992-9-5-8"
|
|
69
|
+
inkscape:connector-curvature="0"
|
|
70
|
+
sodipodi:nodetypes="caaszzssssaaccc" />
|
|
71
|
+
</g>
|
|
72
|
+
</svg>
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
+
width="200"
|
|
13
|
+
height="369.03"
|
|
14
|
+
id="svg2"
|
|
15
|
+
version="1.1"
|
|
16
|
+
inkscape:version="0.48.3.1 r9886"
|
|
17
|
+
sodipodi:docname="muscular_system_back.svg">
|
|
18
|
+
<defs
|
|
19
|
+
id="defs4" />
|
|
20
|
+
<sodipodi:namedview
|
|
21
|
+
id="base"
|
|
22
|
+
pagecolor="#ffffff"
|
|
23
|
+
bordercolor="#666666"
|
|
24
|
+
borderopacity="1.0"
|
|
25
|
+
inkscape:pageopacity="0.0"
|
|
26
|
+
inkscape:pageshadow="2"
|
|
27
|
+
inkscape:zoom="1.4"
|
|
28
|
+
inkscape:cx="132.1017"
|
|
29
|
+
inkscape:cy="240.25278"
|
|
30
|
+
inkscape:document-units="px"
|
|
31
|
+
inkscape:current-layer="layer1"
|
|
32
|
+
showgrid="false"
|
|
33
|
+
fit-margin-top="0"
|
|
34
|
+
fit-margin-left="0"
|
|
35
|
+
fit-margin-right="0"
|
|
36
|
+
fit-margin-bottom="0"
|
|
37
|
+
inkscape:window-width="844"
|
|
38
|
+
inkscape:window-height="577"
|
|
39
|
+
inkscape:window-x="558"
|
|
40
|
+
inkscape:window-y="41"
|
|
41
|
+
inkscape:window-maximized="0" />
|
|
42
|
+
<metadata
|
|
43
|
+
id="metadata7">
|
|
44
|
+
<rdf:RDF>
|
|
45
|
+
<cc:Work
|
|
46
|
+
rdf:about="">
|
|
47
|
+
<dc:format>image/svg+xml</dc:format>
|
|
48
|
+
<dc:type
|
|
49
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
50
|
+
<dc:title></dc:title>
|
|
51
|
+
</cc:Work>
|
|
52
|
+
</rdf:RDF>
|
|
53
|
+
</metadata>
|
|
54
|
+
<g
|
|
55
|
+
inkscape:label="Ebene 1"
|
|
56
|
+
inkscape:groupmode="layer"
|
|
57
|
+
id="layer1"
|
|
58
|
+
transform="translate(-54.28571,-335.71492)">
|
|
59
|
+
<path
|
|
60
|
+
style="opacity:0.52424239;fill:#fc0000;fill-opacity:1;stroke:none;display:inline"
|
|
61
|
+
d="m 133.87398,415.10147 c 3.8465,9.09699 4.87096,25.50048 14.82644,36.25673 -0.0143,-4.0028 1.59476,-25.62206 1.53638,-26.52497 -0.87122,-7.16941 0.64298,-37.65192 -1.43712,-44.25296 -2.73371,-2.7811 -1.12578,-1.74427 -2.21898,-0.14255 -6.90139,10.11167 -15.08205,15.48176 -25.82801,19.49925 6.10446,3.54937 10.82182,8.1217 13.12129,15.1645 z"
|
|
62
|
+
id="path2992-9-5"
|
|
63
|
+
inkscape:connector-curvature="0"
|
|
64
|
+
sodipodi:nodetypes="ccccscc" />
|
|
65
|
+
<path
|
|
66
|
+
style="opacity:0.52424239;fill:#fc0000;fill-opacity:1;stroke:none;display:inline"
|
|
67
|
+
d="m 176.08582,415.27863 c -3.8465,9.09699 -4.87096,25.50048 -14.82644,36.25673 0.0143,-4.0028 -1.59476,-25.62206 -1.53638,-26.52497 0.87122,-7.16941 -0.64298,-37.65192 1.43712,-44.25296 2.73371,-2.7811 1.12578,-1.74427 2.21898,-0.14255 6.90139,10.11167 15.08205,15.48176 25.82801,19.49925 -6.10446,3.54937 -10.82182,8.1217 -13.12129,15.1645 z"
|
|
68
|
+
id="path2992-9-5-7"
|
|
69
|
+
inkscape:connector-curvature="0"
|
|
70
|
+
sodipodi:nodetypes="ccccscc" />
|
|
71
|
+
</g>
|
|
72
|
+
</svg>
|