We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9932902 commit 4b4883cCopy full SHA for 4b4883c
reference/image/functions/imagefilltoborder.xml
@@ -108,6 +108,18 @@ imagedestroy($im);
108
</example>
109
</para>
110
</refsect1>
111
+
112
+ <refsect1 role="notes">
113
+ &reftitle.notes;
114
+ <simpara>
115
+ The algorithm does not explicitly remember which pixels have
116
+ already been set, but rather infers that from the color of the
117
+ pixel, so it cannot distinguish between freshly set pixels and
118
+ pixels that are already there. That means chosing any fill color
119
+ that is already used in the image may yield undesired results.
120
+ </simpara>
121
+ </refsect1>
122
123
</refentry>
124
125
<!-- Keep this comment at the end of the file
0 commit comments