forked from huntergdavis/Source-Tree-Visualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.config
25 lines (25 loc) · 876 Bytes
/
test.config
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
<xml>
<simple_tree_options>
<image_width>800</image_width>
<image_height>800</image_height>
<start_width>8000</start_width>
<start_height>8000</start_height>
<output_file_number>10000</output_file_number>
<!-- background_image>/home/programmer/Projects/source_tree_vis/resources/backgrounds/egypt.jpg</background_image -->
<many_jpgs>0</many_jpgs>
<jpg_step>1</jpg_step>
<jpg_stop>10000</jpg_stop>
<jpg_start>1</jpg_start>
<rev_jpgs>0</rev_jpgs>
<rev_step>1</rev_step>
<rev_stop>10000</rev_stop>
<rev_start>1</rev_start>
<debug>default</debug>
<file_name>ourlocaltree.jpg</file_name>
<repo_type>interactive</repo_type>
<repo_string>~/Projects/source_tree_vis/</repo_string>
<input_filter></input_filter>
<input_ignore_filter>.cpp</input_ignore_filter>
<draw_filtered_leaves>1</draw_filtered_leaves>
</simple_tree_options>
</xml>