On Wed, May 30, 2012 at 06:33:30PM +0200, vwf wrote:
> 
> My first attempt to make such a shape failed. The hexagon is there, the
> shape has six connectors, but the letters are missing. At present the
> shape is a bit off and the circular connectors are not in yet, but I try
> to get the letters in first. 
>
Fixed it my making it an all-image


<?xml version="1.0"?>
  <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns";
    xmlns:svg="http://www.w3.org/2000/svg";>
    <name>FRAM Hexagon Classic</name>
    <icon>hexagon.png</icon>
    <connections>
      <point x="-5" y="0" />
      <point x="-2.5" y="4.3" />
      <point x="2.5" y="4.3" />
      <point x="5" y="0" />
      <point x="2.5" y="-4.3" />
      <point x="-2.5" y="-4.3" />
    </connections>

    <aspectratio type="fixed" />
    <textbox x1="-2" y1="3" x2="2" y2="-3" />

<svg:svg width="10.0" height="8.6">
    <svg:image x="-5" y="-4.3" width="10" height="8.6" 
href="hex.png"></svg:image>
</svg:svg>

  </shape>


_______________________________________________
dia-list mailing list
dia-list@gnome.org
https://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://live.gnome.org/Dia/Faq
Main page at http://live.gnome.org/Dia

Reply via email to