diff options
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/palettes/standard.soh | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/extras/source/palettes/standard.soh b/extras/source/palettes/standard.soh index c3ba5806e374..536063792f6e 100644 --- a/extras/source/palettes/standard.soh +++ b/extras/source/palettes/standard.soh @@ -1,14 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <office:hatch-table xmlns:office="http://openoffice.org/2000/office" xmlns:style="http://openoffice.org/2000/style" xmlns:text="http://openoffice.org/2000/text" xmlns:table="http://openoffice.org/2000/table" xmlns:draw="http://openoffice.org/2000/drawing" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="http://openoffice.org/2000/meta" xmlns:number="http://openoffice.org/2000/datastyle" xmlns:svg="http://www.w3.org/2000/svg" xmlns:chart="http://openoffice.org/2000/chart" xmlns:dr3d="http://openoffice.org/2000/dr3d" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="http://openoffice.org/2000/form" xmlns:script="http://openoffice.org/2000/script"> + <draw:hatch draw:name="Black 0 Degrees" draw:style="single" draw:color="#000000" draw:distance="0.0402inch" draw:rotation="0"/> - <draw:hatch draw:name="Black 45 Degrees" draw:style="single" draw:color="#000000" draw:distance="0.0402inch" draw:rotation="450"/> - <draw:hatch draw:name="Black -45 Degrees" draw:style="single" draw:color="#000000" draw:distance="0.0402inch" draw:rotation="3150"/> <draw:hatch draw:name="Black 90 Degrees" draw:style="single" draw:color="#000000" draw:distance="0.0402inch" draw:rotation="900"/> - <draw:hatch draw:name="Red Crossed 45 Degrees" draw:style="double" draw:color="#800000" draw:distance="0.0299inch" draw:rotation="450"/> - <draw:hatch draw:name="Red Crossed 0 Degrees" draw:style="double" draw:color="#800000" draw:distance="0.0299inch" draw:rotation="900"/> - <draw:hatch draw:name="Blue Crossed 45 Degrees" draw:style="double" draw:color="#000080" draw:distance="0.0299inch" draw:rotation="450"/> - <draw:hatch draw:name="Blue Crossed 0 Degrees" draw:style="double" draw:color="#000080" draw:distance="0.0299inch" draw:rotation="900"/> - <draw:hatch draw:name="Blue Triple 90 Degrees" draw:style="triple" draw:color="#0000ff" draw:distance="0.0402inch" draw:rotation="900"/> - <draw:hatch draw:name="Black 45 Degrees Wide" draw:style="single" draw:color="#000000" draw:distance="0.2inch" draw:rotation="450"/> -</office:hatch-table>
\ No newline at end of file + <draw:hatch draw:name="Black 180 Degrees Crossed" draw:style="double" draw:color="#000000" draw:distance="0.0402inch" draw:rotation="1800"/> + + <draw:hatch draw:name="Blue 45 Degrees" draw:style="single" draw:color="#2a6099" draw:distance="0.0799inch" draw:rotation="450"/> + <draw:hatch draw:name="Blue -45 Degrees" draw:style="single" draw:color="#2a6099" draw:distance="0.0799inch" draw:rotation="3150"/> + <draw:hatch draw:name="Blue 45 Degrees Crossed" draw:style="double" draw:color="#2a6099" draw:distance="0.0799inch" draw:rotation="450"/> + + <draw:hatch draw:name="Green 30 Degrees" draw:style="single" draw:color="#00a933" draw:distance="0.0799inch" draw:rotation="300"/> + <draw:hatch draw:name="Green 60 Degrees" draw:style="single" draw:color="#00a933" draw:distance="0.0799inch" draw:rotation="600"/> + <draw:hatch draw:name="Green 90 Degrees Triple" draw:style="triple" draw:color="#00a933" draw:distance="0.0799inch" draw:rotation="900"/> + + <draw:hatch draw:name="Red 45 Degrees" draw:style="single" draw:color="#ff0000" draw:distance="0.1201inch" draw:rotation="450"/> + <draw:hatch draw:name="Red 90 Degrees Crossed" draw:style="double" draw:color="#ff0000" draw:distance="0.1201inch" draw:rotation="900"/> + <draw:hatch draw:name="Red -45 Degrees Triple" draw:style="triple" draw:color="#ff0000" draw:distance="0.1201inch" draw:rotation="1350"/> + + <draw:hatch draw:name="Yellow 45 Degrees" draw:style="single" draw:color="#ffbf00" draw:distance="0.1614inch" draw:rotation="450"/> + <draw:hatch draw:name="Yellow 45 Degrees Crossed" draw:style="double" draw:color="#ffbf00" draw:distance="0.1614inch" draw:rotation="450"/> + <draw:hatch draw:name="Yellow 45 Degrees Triple" draw:style="triple" draw:color="#ffbf00" draw:distance="0.1614inch" draw:rotation="450"/> + +</office:hatch-table> |