File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
reference/image/functions Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 1faec0faeb2235f5816d153f8c61a62443c26fce Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: 4b4883c70a4a4bd73e4a0c437432127514176c79 Maintainer: hirokawa Status: ready -->
4
4
<!-- CREDITS: shimooka -->
5
5
<refentry xml : id =" function.imagefilltoborder" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
@@ -110,6 +110,20 @@ imagedestroy($im);
110
110
</example >
111
111
</para >
112
112
</refsect1 >
113
+
114
+ <refsect1 role =" notes" >
115
+ &reftitle.notes;
116
+ <simpara >
117
+ 塗りつぶしのアルゴリズムは、
118
+ どのピクセルが既に設定されているかについて明示的に記憶しません。
119
+ むしろピクセルの色からそれを推測しようとします。
120
+ よって、そのピクセルが既に存在していたものか、
121
+ 新たに設定されたものなのかは区別できません。
122
+ これは、画像で既に使われている色で画像を塗りつぶそうとすると、
123
+ 望ましくない結果が得られることがあるということです。
124
+ </simpara >
125
+ </refsect1 >
126
+
113
127
</refentry >
114
128
115
129
<!-- Keep this comment at the end of the file
You can’t perform that action at this time.
0 commit comments