Skip to content

Commit f8a1a82

Browse files
committed
feat (index.html): update faq
1 parent 9d1ea2e commit f8a1a82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,11 @@ <h2 class="text-2xl mb-4 text-primary dark:text-indigo-400 font-semibold">Freque
265265
<div class="space-y-6">
266266
<div>
267267
<h3 class="font-semibold text-slate-900 dark:text-slate-100 mb-2">What is an SVG path?</h3>
268-
<p class="text-slate-600 dark:text-slate-400">An SVG path is a series of drawing commands that create shapes in SVG files. The &lt;path&gt; element is one of the most powerful elements in SVG for creating complex shapes.</p>
268+
<p class="text-slate-600 dark:text-slate-400">An SVG path is a series of drawing commands that create shapes in SVG files. The <code class="text-slate-800 dark:text-slate-300" aria-label="path HTML tag">&lt;path&gt;</code> element is one of the most powerful elements in SVG for creating complex shapes.</p>
269269
</div>
270270
<div>
271271
<h3 class="font-semibold text-slate-900 dark:text-slate-100 mb-2">Will merging paths change my SVG appearance?</h3>
272-
<p class="text-slate-600 dark:text-slate-400">No, merging paths only combines the path data into a single element. The visual appearance remains exactly the same.</p>
272+
<p class="text-slate-600 dark:text-slate-400">No, merging paths only combines the path data into a single element. The visual appearance remains exactly the same. However, if multiple paths have different fill or stroke colors, the merged path will inherit the fill or stroke color of the first path.</p>
273273
</div>
274274
<div>
275275
<h3 class="font-semibold text-slate-900 dark:text-slate-100 mb-2">Is this tool free to use?</h3>

0 commit comments

Comments
 (0)