File talk:FI-00.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Example for replacing 66KB by a fill pattern[edit]

The Inkscape file is not only out of center, not really circle-shaped and lacking any symmetry; it contains a deprecated invisible watermark.
This pattern is shifted very inconsistently, line 4 and 5 are without any shift to each other.

Inkscape drawed the image with a lot of effort, needing 67 903 bytes.

The simplified version uses a fill pattern with #222-dark background
and the #BBB-grey path_text letters "FI"
The circle filled with this pattern needs rotation by -25 degrees,
and it is surrounded by a #000-black stroke of width=4.
That's all ! (445 bytes)

Source code

<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="270" height="270">
<pattern patternUnits="userSpaceOnUse" width="30.6" height="53" id="p" x="10">
<path d="m0,0h31v53H0" fill="222"/> 
<path fill="#BBB" d="m3,8h12v3h-8v3h7v3h-7v7h-4zm15,0v16h4v-16zm-8
26h12v3h-8v3h7v3h-7v7h-4zm15,0v16h4v-16z"/></pattern>
<circle transform="rotate(-25 138 132)" fill="url(#p)" stroke="#000"
stroke-width="4" cx="135" cy="135" r="126"/>

<path stroke="#9D5" stroke-width="35" d="m135,70v135m65-127H70"/>
</svg>


After that, anything can be written, in this example a #8D5-green letter "T".