[WIP] Добавил отображение искусственного зуба

This commit is contained in:
DwCay
2023-06-09 20:31:06 +03:00
parent 907fee4d9b
commit 37377e7410
5 changed files with 368 additions and 157 deletions

View File

@@ -1309,3 +1309,40 @@ export const thermometryResultsMap = [
colorWarning: "var(--border-red-color)",
},
];
export const sizesDetailedSvg = {
general: {
native: {
molars: {
width: 37,
height: 56,
},
"pre-molars": {
width: 38,
height: 59,
},
incisors: {
width: 43,
height: 63,
},
fangs: {
width: 38,
height: 59,
},
},
artificial: {
width: 43,
height: 63,
},
},
crown: {
native: {
width: 41,
height: 40,
},
artificial: {
width: 20,
height: 20,
},
},
};