mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-06-12 15:37:14 +02:00
Fix typo: "vecotr" should be "vector" (#2186)
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@
|
||||
<pre class="highlight"><code>magick display 'vid:*.jpg'
|
||||
</code></pre>
|
||||
|
||||
<p>The display program defaults to the X screen resolution. To display vecotr formats at their intended size, override the default resolution:</p>
|
||||
<p>The display program defaults to the X screen resolution. To display vector formats at their intended size, override the default resolution:</p>
|
||||
|
||||
<pre class="highlight"><code>magick display -density 72 drawing.svg
|
||||
</code></pre>
|
||||
|
||||
Reference in New Issue
Block a user