Skip to content

Commit

Permalink
Added icons and shapes to be used in future versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stathissideris committed Jun 30, 2007
1 parent 9c66794 commit ca53b50
Show file tree
Hide file tree
Showing 28 changed files with 3,671 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/shapes/all.xml
@@ -0,0 +1,4 @@
<ditaa>
<include file="flowchart/config.xml" />
<include file="networking/config.xml" />
</ditaa>
4 changes: 4 additions & 0 deletions images/shapes/all_bw.xml
@@ -0,0 +1,4 @@
<ditaa>
<include file="flowchart/config_bw.xml" />
<include file="networking/config_bw.xml" />
</ditaa>
97 changes: 97 additions & 0 deletions images/shapes/flowchart/circle.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
97 changes: 97 additions & 0 deletions images/shapes/flowchart/circle_bw.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions images/shapes/flowchart/config.xml
@@ -0,0 +1,60 @@
<ditaa>
<shapes>
<shape
tag="con"
stretch="no"
shadow="yes"
border="no"
filename="circle.svg" />

<shape
tag="s"
stretch="yes"
shadow="yes"
border="no"
filename="database.svg" />

<shape
tag="dec"
stretch="yes"
shadow="yes"
border="no"
filename="decision.svg" />

<shape
tag="dis"
stretch="yes"
shadow="yes"
border="no"
filename="display.svg" />

<shape
tag="io"
stretch="yes"
shadow="yes"
border="no"
filename="io.svg" />

<shape
tag="start"
stretch="yes"
shadow="yes"
border="no"
filename="start.svg" />

<shape
tag="stop"
stretch="yes"
shadow="yes"
border="no"
filename="stop.svg" />

<shape
tag="tape"
stretch="yes"
shadow="yes"
border="no"
filename="tape.svg" />

</shapes>
</ditaa>
60 changes: 60 additions & 0 deletions images/shapes/flowchart/config_bw.xml
@@ -0,0 +1,60 @@
<ditaa>
<shapes>
<shape
tag="con"
stretch="no"
shadow="yes"
border="no"
filename="circle_bw.svg" />

<shape
tag="s"
stretch="yes"
shadow="yes"
border="no"
filename="database_bw.svg" />

<shape
tag="dec"
stretch="yes"
shadow="yes"
border="no"
filename="decision_bw.svg" />

<shape
tag="dis"
stretch="yes"
shadow="yes"
border="no"
filename="display_bw.svg" />

<shape
tag="io"
stretch="yes"
shadow="yes"
border="no"
filename="io_bw.svg" />

<shape
tag="start"
stretch="yes"
shadow="yes"
border="no"
filename="start_bw.svg" />

<shape
tag="stop"
stretch="yes"
shadow="yes"
border="no"
filename="stop_bw.svg" />

<shape
tag="tape"
stretch="yes"
shadow="yes"
border="no"
filename="tape_bw.svg" />

</shapes>
</ditaa>

0 comments on commit ca53b50

Please sign in to comment.