返回 ppt-master
pros_cons_chart.svg
根目录 / skills / ppt-master / templates / charts / pros_cons_chart.svg
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720"
2 font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif"
3 font-size="12">
4 <!--
5 Pros vs Cons Analysis Chart
6 Purpose: Dual-sided comparison, advantage/disadvantage evaluation
7 Use cases: Product comparison, strategy evaluation, decision support
8 Supports: Symmetrical 3 vs 3 layout with central dividing axis
9 -->
10 <!-- Background -->
11 <rect width="1280" height="720" fill="#F8FAFC"/>
12 <!-- ==================== Header Area ==================== -->
13 <g id="header" data-pptx-bounds="40 15 1200 125">
14 <text x="640" y="60" text-anchor="middle" font-size="32" font-weight="800" fill="#0F172A">Pros vs Cons Analysis</text>
15 <text x="640" y="90" text-anchor="middle" font-size="14" font-weight="700" fill="#64748B" letter-spacing="1.5">STRATEGIC EVALUATION · OBJECTIVE DECISION FRAMEWORK</text>
16 </g>
17 <!-- ==================== Column Headers ==================== -->
18 <g id="column-headers" data-pptx-bounds="0 123 1280 62">
19 <rect x="60" y="130" width="560" height="48" rx="10" fill="#10B981" fill-opacity="0.1"/>
20 <text x="340" y="160" font-size="18" font-weight="800" fill="#059669" text-anchor="middle" letter-spacing="1">PROS / ADVANTAGES</text>
21 <rect x="660" y="130" width="560" height="48" rx="10" fill="#F43F5E" fill-opacity="0.1"/>
22 <text x="940" y="160" font-size="18" font-weight="800" fill="#BE123C" text-anchor="middle" letter-spacing="1">CONS / DISADVANTAGES</text>
23 </g>
24 <!-- ==================== Central Axis ==================== -->
25 <g id="comparison-axis" data-pptx-bounds="598 174 84 432">
26 <line x1="640" y1="200" x2="640" y2="580" stroke="#CBD5E1" stroke-width="2" stroke-dasharray="6 6"/>
27 <circle cx="640" cy="390" r="24" fill="#FFFFFF" stroke="#E2E8F0" stroke-width="2"/>
28 <text x="640" y="396" font-size="15" font-weight="800" fill="#64748B" text-anchor="middle">VS</text>
29 </g>
30 <!-- ==================== PROS Cards (Left) ==================== -->
31 <!-- PROS 1 -->
32 <g id="pro-quality-card" data-pptx-bounds="0 191 690 128" transform="translate(60, 200)">
33 <rect x="0" y="0" width="560" height="110" rx="12" fill="#FFFFFF" stroke="#E2E8F0" stroke-width="1.5"/>
34 <!-- Accent Pill -->
35 <line x1="8" y1="25" x2="8" y2="85" stroke="#10B981" stroke-width="6" stroke-linecap="round"/>
36 <!-- Icon -->
37 <circle cx="48" cy="55" r="20" fill="#D1FAE5"/>
38 <path d="M38 55 L45 62 L58 48" fill="none" stroke="#059669" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
39 <!-- Texts -->
40 <text x="85" y="42" font-size="18" font-weight="800" fill="#0F172A">Superior Product Quality</text>
41 <text x="85" y="68" font-size="14" font-weight="500" fill="#475569">Core technology is independently controlled.</text>
42 <text x="85" y="90" font-size="14" font-weight="500" fill="#475569">User satisfaction is 15% above industry average.</text>
43 </g>
44 <!-- PROS 2 -->
45 <g id="pro-brand-card" data-pptx-bounds="0 326 690 128" transform="translate(60, 335)">
46 <rect x="0" y="0" width="560" height="110" rx="12" fill="#FFFFFF" stroke="#E2E8F0" stroke-width="1.5"/>
47 <line x1="8" y1="25" x2="8" y2="85" stroke="#10B981" stroke-width="6" stroke-linecap="round"/>
48 <circle cx="48" cy="55" r="20" fill="#D1FAE5"/>
49 <path d="M38 55 L45 62 L58 48" fill="none" stroke="#059669" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
50 <text x="85" y="42" font-size="18" font-weight="800" fill="#0F172A">High Brand Recognition</text>
51 <text x="85" y="68" font-size="14" font-weight="500" fill="#475569">Omnichannel coverage reaches over 85%.</text>
52 <text x="85" y="90" font-size="14" font-weight="500" fill="#475569">Brand awareness consistently ranks TOP3 in segment.</text>
53 </g>
54 <!-- PROS 3 -->
55 <g id="pro-ecosystem-card" data-pptx-bounds="0 461 690 128" transform="translate(60, 470)">
56 <rect x="0" y="0" width="560" height="110" rx="12" fill="#FFFFFF" stroke="#E2E8F0" stroke-width="1.5"/>
57 <line x1="8" y1="25" x2="8" y2="85" stroke="#10B981" stroke-width="6" stroke-linecap="round"/>
58 <circle cx="48" cy="55" r="20" fill="#D1FAE5"/>
59 <path d="M38 55 L45 62 L58 48" fill="none" stroke="#059669" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
60 <text x="85" y="42" font-size="18" font-weight="800" fill="#0F172A">Robust User Ecosystem</text>
61 <text x="85" y="68" font-size="14" font-weight="500" fill="#475569">Active community engagement with high sharing rates.</text>
62 <text x="85" y="90" font-size="14" font-weight="500" fill="#475569">User retention and repurchase far exceed averages.</text>
63 </g>
64 <!-- ==================== CONS Cards (Right) ==================== -->
65 <!-- CONS 1 -->
66 <g id="con-iteration-cycle-card" data-pptx-bounds="590 191 690 128" transform="translate(660, 200)">
67 <rect x="0" y="0" width="560" height="110" rx="12" fill="#FFFFFF" stroke="#E2E8F0" stroke-width="1.5"/>
68 <!-- Mirrored Accent Pill -->
69 <line x1="552" y1="25" x2="552" y2="85" stroke="#F43F5E" stroke-width="6" stroke-linecap="round"/>
70 <!-- Mirrored Icon -->
71 <circle cx="512" cy="55" r="20" fill="#FFE4E6"/>
72 <path d="M504 47 L520 63 M520 47 L504 63" fill="none" stroke="#E11D48" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
73 <!-- Mirrored Texts -->
74 <text x="475" y="42" text-anchor="end" font-size="18" font-weight="800" fill="#0F172A">Long Iteration Cycle</text>
75 <text x="475" y="68" text-anchor="end" font-size="14" font-weight="500" fill="#475569">Takes 12 weeks from user feedback to launch.</text>
76 <text x="475" y="90" text-anchor="end" font-size="14" font-weight="500" fill="#475569">Competitors average only 6-8 weeks per cycle.</text>
77 </g>
78 <!-- CONS 2 -->
79 <g id="con-tier-3-market-card" data-pptx-bounds="590 326 690 128" transform="translate(660, 335)">
80 <rect x="0" y="0" width="560" height="110" rx="12" fill="#FFFFFF" stroke="#E2E8F0" stroke-width="1.5"/>
81 <line x1="552" y1="25" x2="552" y2="85" stroke="#F43F5E" stroke-width="6" stroke-linecap="round"/>
82 <circle cx="512" cy="55" r="20" fill="#FFE4E6"/>
83 <path d="M504 47 L520 63 M520 47 L504 63" fill="none" stroke="#E11D48" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
84 <text x="475" y="42" text-anchor="end" font-size="18" font-weight="800" fill="#0F172A">Weak in Tier-3 Markets</text>
85 <text x="475" y="68" text-anchor="end" font-size="14" font-weight="500" fill="#475569">Only 23% penetration in lower-tier cities.</text>
86 <text x="475" y="90" text-anchor="end" font-size="14" font-weight="500" fill="#475569">Insufficient regional distributor network coverage.</text>
87 </g>
88 <!-- CONS 3 -->
89 <g id="con-service-response-card" data-pptx-bounds="590 461 690 128" transform="translate(660, 470)">
90 <rect x="0" y="0" width="560" height="110" rx="12" fill="#FFFFFF" stroke="#E2E8F0" stroke-width="1.5"/>
91 <line x1="552" y1="25" x2="552" y2="85" stroke="#F43F5E" stroke-width="6" stroke-linecap="round"/>
92 <circle cx="512" cy="55" r="20" fill="#FFE4E6"/>
93 <path d="M504 47 L520 63 M520 47 L504 63" fill="none" stroke="#E11D48" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
94 <text x="475" y="42" text-anchor="end" font-size="18" font-weight="800" fill="#0F172A">Slow Service Response</text>
95 <text x="475" y="68" text-anchor="end" font-size="14" font-weight="500" fill="#475569">Average technical ticket response time is 48h.</text>
96 <text x="475" y="90" text-anchor="end" font-size="14" font-weight="500" fill="#475569">Increases the risk of enterprise customer churn.</text>
97 </g>
98 <!-- ==================== Strategic Recommendation ==================== -->
99 <g id="recommendation" data-pptx-bounds="0 607 1280 112">
100 <rect x="60" y="615" width="1160" height="70" rx="12" fill="#FFFFFF" stroke="#E2E8F0" stroke-width="1.5"/>
101 <circle cx="100" cy="650" r="16" fill="#EFF6FF"/>
102 <circle cx="100" cy="643" r="2.5" fill="#2563EB"/>
103 <path d="M100 648 L100 658" stroke="#2563EB" stroke-width="3" stroke-linecap="round"/>
104 <text x="135" y="646" font-size="15" font-weight="800" fill="#0F172A">Strategic Recommendation</text>
105 <text x="135" y="668" font-size="14" font-weight="500" fill="#475569">Consolidate product and brand advantages while accelerating iteration, expanding channels, and enhancing service response.</text>
106 <rect x="60" y="705" width="576" height="6" rx="3" fill="#10B981" fill-opacity="0.9"/>
107 <rect x="644" y="705" width="576" height="6" rx="3" fill="#F43F5E" fill-opacity="0.9"/>
108 </g>
109 </svg>
110
110 lines Plain Text