forked from KDE/okular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
drawingtools.xml
41 lines (41 loc) · 1.19 KB
/
drawingtools.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE okularDrawingTools>
<!--
Engine/DrawingTools Types [specific attributes]:
[color]
SmoothLine
[color]
[opacity]
Ink [width]
-->
<drawingTools>
<tool id="1" name="Red" default="true">
<engine color="#ff0000">
<annotation type="Ink" color="#ff0000" width="2" />
</engine>
</tool>
<tool id="2" name="Green" default="true">
<engine color="#00ff00">
<annotation type="Ink" color="#00ff00" width="2" />
</engine>
</tool>
<tool id="3" name="Blue" default="true">
<engine color="#0000ff">
<annotation type="Ink" color="#0000ff" width="2" />
</engine>
</tool>
<tool id="4" name="Yellow" default="true">
<engine color="#ffff00">
<annotation type="Ink" color="#ffff00" width="2" />
</engine>
</tool>
<tool id="5" name="Black" default="true">
<engine color="#000000">
<annotation type="Ink" color="#000000" width="2" />
</engine>
</tool>
<tool id="6" name="White" default="true">
<engine color="#ffffff">
<annotation type="Ink" color="#ffffff" width="2" />
</engine>
</tool>
</drawingTools>