improvement: FDI tooth chart overhauled.
This commit is contained in:
27
frontend/public/FDI_35.svg
Normal file
27
frontend/public/FDI_35.svg
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="91.431724 93.169243 33.984634 82.365998"
|
||||
role="img" aria-labelledby="title-35 desc-35" data-fdi="35">
|
||||
<title id="title-35">FDI 35</title>
|
||||
<desc id="desc-35">Selectable crown and root SVG tooth asset.</desc>
|
||||
<style>
|
||||
.tooth-part {
|
||||
fill: var(--tooth-fill, #808080);
|
||||
stroke: var(--tooth-stroke, none);
|
||||
stroke-width: var(--tooth-stroke-width, 0);
|
||||
vector-effect: non-scaling-stroke;
|
||||
cursor: pointer;
|
||||
transition: fill 140ms ease, opacity 140ms ease;
|
||||
}
|
||||
.tooth-part:hover { fill: var(--tooth-hover-fill, #9bb7e7); }
|
||||
.tooth-part.is-selected { fill: var(--tooth-selected-fill, #5f8fd8); }
|
||||
</style>
|
||||
<g id="tooth-35" data-part="tooth">
|
||||
<g id="root" data-part="root">
|
||||
<path id="root-path" class="tooth-part tooth-root" d="m 101.42613,124.97479 c 0.71601,2.82716 0.97674,5.47329 1.28655,8.2339 0.48899,4.3572 0.7504,8.7408 0.90058,13.12278 0.0705,2.05727 -0.049,4.11754 0,6.17543 0.0643,2.70404 -0.18427,5.46122 0.38597,8.10524 0.51542,2.38987 1.23178,4.86516 2.70175,6.8187 0.7169,0.95273 1.68571,1.85348 2.8304,2.18713 0.90951,0.2651 2.20107,0.45082 2.8304,-0.2573 1.05446,-1.18647 -0.1341,-3.17291 -0.12865,-4.76023 0.009,-2.53165 0.094,-5.06424 0.2573,-7.59063 0.43641,-6.7495 0.95117,-13.50638 1.92983,-20.19879 0.54398,-3.71991 0.3556,-3.66457 2.18713,-11.06431 0.39773,-1.60689 -1.32091,1.8542 -2.18713,2.5731 -0.79817,0.66242 -1.72315,1.20003 -2.70175,1.54386 -0.77827,0.27344 -1.61967,0.37063 -2.44444,0.38596 -1.07963,0.0201 -2.2103,0.006 -3.21637,-0.38596 -1.23088,-0.47986 -2.34048,-1.32678 -3.21636,-2.31579 -0.64898,-0.7328 -1.65553,-3.522 -1.41521,-2.57309 z"/>
|
||||
</g>
|
||||
<g id="crown" data-part="crown">
|
||||
<path id="crown-path" class="tooth-part tooth-crown" d="m 97.823805,106.96313 c 1.11967,-2.53106 3.210235,-4.61602 5.403495,-6.30408 1.09439,-0.842306 2.35205,-1.725676 3.73099,-1.801166 2.1805,-0.11937 4.30005,1.0683 6.17542,2.187136 2.08595,1.24446 4.13999,2.8144 5.4035,4.88887 0.78459,1.28818 1.03803,2.87073 1.1579,4.37426 0.17124,2.14813 -0.2266,4.31847 -0.64328,6.43274 -0.40666,2.06342 -1.4599,4.00504 -1.80117,6.04677 -0.28726,1.71858 -0.79531,3.04869 -1.28654,5.14619 -0.46386,1.98062 -3.01392,3.12222 -5.01754,3.47368 -2.31551,0.40617 -4.99997,-0.31162 -6.8187,-1.80117 -2.10698,-1.72563 -2.57377,-4.81157 -3.60233,-7.33332 -1.347015,-3.30253 -3.000315,-6.61374 -3.345015,-10.16372 -0.16708,-1.72065 -0.0561,-3.56523 0.64327,-5.14619 z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
Reference in New Issue
Block a user