Warning, /graphics/okular/part/data/drawingtools.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE okularDrawingTools>
0002 <!--
0003 Engine/DrawingTools Types [specific attributes]:
0004   [color]
0005   SmoothLine 
0006     [color]
0007     [opacity]
0008     Ink [width]
0009 -->
0010 <drawingTools>
0011     <tool id="1" name="Red" default="true">
0012         <engine color="#ff0000">
0013             <annotation type="Ink" color="#ff0000" width="2" />
0014         </engine>
0015     </tool>
0016     <tool id="2" name="Green" default="true">
0017         <engine color="#00ff00">
0018             <annotation type="Ink" color="#00ff00" width="2" />
0019         </engine>
0020     </tool>
0021     <tool id="3" name="Blue" default="true">
0022         <engine color="#0000ff">
0023             <annotation type="Ink" color="#0000ff" width="2" />
0024         </engine>
0025     </tool>
0026     <tool id="4" name="Yellow" default="true">
0027         <engine color="#ffff00">
0028             <annotation type="Ink" color="#ffff00" width="2" />
0029         </engine>
0030     </tool>
0031     <tool id="5" name="Black" default="true">
0032         <engine color="#000000">
0033             <annotation type="Ink" color="#000000" width="2" />
0034         </engine>
0035     </tool>
0036     <tool id="6" name="White" default="true">
0037         <engine color="#ffffff">
0038             <annotation type="Ink" color="#ffffff" width="2" />
0039         </engine>
0040     </tool>
0041 </drawingTools>