返回 ppt-master
comparison_matrix.svg
根目录 / skills / ppt-master / templates / tables / comparison_matrix.svg
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720"
2 font-family="Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif"
3 font-size="12">
4 <!-- Comparable facts at criterion by option intersections. -->
5 <rect width="1280" height="720" fill="#FFFFFF"/>
6
7 <g id="header" data-pptx-bounds="60 35 1160 80">
8 <text x="80" y="72" font-size="32" font-weight="700" fill="#0F172A">Comparison Matrix</text>
9 <text x="80" y="102" font-size="14" fill="#64748B">Options compared through the same stable criteria and units</text>
10 </g>
11
12 <g id="comparison-matrix" data-pptx-bounds="60 145 1160 510">
13 <!-- Header, row-label band and one emphasized option column. -->
14 <rect x="60" y="145" width="1160" height="64" fill="#E2E8F0"/>
15 <rect x="60" y="209" width="320" height="446" fill="#F8FAFC"/>
16 <rect x="660" y="145" width="280" height="510" fill="#EFF6FF"/>
17
18 <!-- Stable fact grid. -->
19 <rect x="60" y="145" width="1160" height="510" fill="none" stroke="#CBD5E1" stroke-width="1.5"/>
20 <g stroke="#CBD5E1" stroke-width="1">
21 <line x1="380" y1="145" x2="380" y2="655"/>
22 <line x1="660" y1="145" x2="660" y2="655"/>
23 <line x1="940" y1="145" x2="940" y2="655"/>
24 <line x1="60" y1="209" x2="1220" y2="209"/>
25 <line x1="60" y1="291" x2="1220" y2="291"/>
26 <line x1="60" y1="373" x2="1220" y2="373"/>
27 <line x1="60" y1="455" x2="1220" y2="455"/>
28 <line x1="60" y1="537" x2="1220" y2="537"/>
29 <line x1="60" y1="601" x2="1220" y2="601"/>
30 </g>
31
32 <!-- Column headers. -->
33 <g font-size="14" font-weight="700" fill="#334155">
34 <text x="80" y="185">EVALUATION CRITERION</text>
35 <text x="520" y="185" text-anchor="middle">OPTION A</text>
36 <text x="800" y="185" text-anchor="middle" fill="#1D4ED8">OPTION B</text>
37 <text x="1080" y="185" text-anchor="middle">OPTION C</text>
38 </g>
39
40 <!-- Row labels. -->
41 <g font-size="15" font-weight="700" fill="#334155">
42 <text x="80" y="258">Annual capacity</text>
43 <text x="80" y="340">Implementation time</text>
44 <text x="80" y="422">Support coverage</text>
45 <text x="80" y="504">Operating model</text>
46 <text x="80" y="578">Estimated total</text>
47 <text x="80" y="632">Overall fit</text>
48 </g>
49
50 <!-- Comparable facts use the same unit and alignment within each row. -->
51 <g font-size="16" fill="#0F172A" text-anchor="middle">
52 <text x="520" y="258">120 units</text>
53 <text x="800" y="258" font-weight="700">160 units</text>
54 <text x="1080" y="258">140 units</text>
55
56 <text x="520" y="340">12 weeks</text>
57 <text x="800" y="340" font-weight="700">8 weeks</text>
58 <text x="1080" y="340">10 weeks</text>
59
60 <text x="520" y="422">Business hours</text>
61 <text x="800" y="422" font-weight="700">24 × 5</text>
62 <text x="1080" y="422">24 × 7</text>
63
64 <text x="520" y="504">Managed</text>
65 <text x="800" y="504" font-weight="700">Hybrid</text>
66 <text x="1080" y="504">Self-service</text>
67
68 <text x="520" y="578">$240K</text>
69 <text x="800" y="578" font-weight="700">$210K</text>
70 <text x="1080" y="578">$225K</text>
71
72 <text x="520" y="632" font-weight="700" fill="#475569">Conditional</text>
73 <text x="800" y="632" font-weight="700" fill="#1D4ED8">Preferred</text>
74 <text x="1080" y="632" font-weight="700" fill="#475569">Alternative</text>
75 </g>
76 </g>
77 </svg>
78
78 lines Plain Text