diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Dia/Assorted/sun.shape')
-rw-r--r-- | kivio/kiviopart/stencils/Dia/Assorted/sun.shape | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kivio/kiviopart/stencils/Dia/Assorted/sun.shape b/kivio/kiviopart/stencils/Dia/Assorted/sun.shape index 48ae7b4e..b638e315 100644 --- a/kivio/kiviopart/stencils/Dia/Assorted/sun.shape +++ b/kivio/kiviopart/stencils/Dia/Assorted/sun.shape @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg"> +<tqshape xmlns="http://www.daa.com.au/~james/dia-tqshape-ns" xmlns:svg="http://www.w3.org/2000/svg"> <!-- Author: Alan Horkan, 2002, mailto:[email protected] --> <name>Assorted - Sun</name> <icon>sun.png</icon> @@ -94,7 +94,7 @@ <point x="1.25" y="5.5"/> </connections> <aspectratio type="fixed"/> - <!-- I orignally used a nice warm gold colour #ffcc00, but shape files + <!-- I orignally used a nice warm gold colour #ffcc00, but tqshape files have to use default if you want to allow the user to change the fill colour --> <svg:svg> <svg:polygon style="fill: default" points="3.5,0 4,1 3,1 "/> @@ -116,5 +116,5 @@ have to use default if you want to allow the user to change the fill colour --> <svg:polygon style="fill: default" points="2,5.5 1.5,5 1,6 "/> <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="2,5.5 1.5,5 1,6 "/> </svg:svg> -</shape> +</tqshape> <!-- Author: Alan Horkan, 2002, mailto:[email protected] --> |