https://bugs.kde.org/show_bug.cgi?id=424192

--- Comment #4 from Scott Petrovic <scottpetro...@gmail.com> ---
We can probably still close this ticket, but I would be interested to know how
to set values in the config that are CDATA. For example the halftone filter XML
looks like this. 


<!DOCTYPE params>
<params version="1">
 <param type="internal" name="antiAliasing">true</param>
 <param type="color" name="backGroundColor"><![CDATA[<!DOCTYPE color>
<color>
 <RGB g="1" b="1" r="1" space="sRGB-elle-V2-g10.icc"/>
</color>
]]></param>
 <param type="internal" name="cellSize">8</param>
 <param type="color" name="foreGroundColor"><![CDATA[<!DOCTYPE color>
<color>
 <RGB g="0" b="0" r="0" space="sRGB-elle-V2-g10.icc"/>
</color>
]]></param>
 <param type="internal" name="invert">false</param>
 <param type="internal" name="patternAngle">45</param>
</params>

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to