Kolbjørn Stuestøl (Saturday, 23. October 2010)
> In my copy of GIMP (2.6.11 for Windows) the marks came out in white.

Same here (gimp-2.6.9.git20100427 on Linux).

Looks like a simple bug in the documentation.
 
BTW, your layout
        <figure>
                <title> ... </title>
                <inlinemediaobject> ... </inlinemediaobject>
                <inlinemediaobject> ... </inlinemediaobject>
                <inlinemediaobject> ... </inlinemediaobject>
                <caption> ... </aption>
        </figure>
does not work; see
        http://www.docbook.org/tdg/en/html/figure.html

I have my proposed solution attached.

Oh, and please deliver a virtual kick in the ass of your editor's 
auto-format-xml plugin... ;-)


Ulf

-- 
Priester sind intellektuelle Glühwürmchen:
Sie leuchten nur im Dunkeln.
                -- Michael Schmidt-Salomon
diff --git a/src/menus/colors/components/decompose.xml b/src/menus/colors/components/decompose.xml
index fb24ead..2da0593 100644
--- a/src/menus/colors/components/decompose.xml
+++ b/src/menus/colors/components/decompose.xml
@@ -303,32 +303,37 @@
       <varlistentry>
         <term>Foreground as registration color</term>
         <listitem>
-    <figure>
-      <title>Crop marks</title>		
-            <inlinemediaobject>
+          <example>
+            <title>Crop marks</title>
+            <mediaobject>
               <imageobject>
                 <imagedata format="PNG"
                   fileref="images/menus/colors/components/regcolor.png"/>
               </imageobject>
-            </inlinemediaobject>
-            <inlinemediaobject>
+              <caption>
+                <para>Source image</para>
+              </caption>
+            </mediaobject>
+            <mediaobject>
               <imageobject>
                 <imagedata format="PNG"
                   fileref="images/menus/colors/components/regcolor-cyan.png"/>
               </imageobject>
-            </inlinemediaobject>
-            <inlinemediaobject>
+              <caption>
+                <para>Cyan component</para>
+              </caption>
+            </mediaobject>
+            <mediaobject>
               <imageobject>
                 <imagedata format="PNG"
                   fileref="images/menus/colors/components/regcolor-black.png"/>
               </imageobject>
-            </inlinemediaobject>
-          <caption>
-		  <para>From left: source image, cyan component, black component. 
-			  (Magenta and yellow components omitted).
-		  </para>	
-		  </caption>
-	</figure>		  
+              <caption>
+                <para>Black component</para>
+              </caption>
+            </mediaobject>
+            <para>(Magenta and Yellow components omitted.)</para>
+          </example>
           <para>
             This option is for specialists. It is related to CMYK printing.
             When checked, every pixel of the current foreground color will

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Gimp-docs mailing list
Gimp-docs@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

Reply via email to