Re: object-type errors - update! blank image



Hi,
I think that you should give the same name into your sheet and your shapes, for example :

<?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";>
  <name>shape - 1a</name>
  <icon>1a.png</icon>
  <connections/>
  <aspectratio type="fixed"/>
  <svg:svg>
<svg:image x="0" y="0" width="1.4" height="3.1" xlink:href="file:///C:/Users/Kyteroo/Desktop/Alchemy/Individual%20Items/Alchemy%20Items/Alchemy%20Items/shape/1a.png"/>
  </svg:svg>
</shape>

is named "shape - 1a"

and in your sheet there is not shape named "shape - 1a"
I see :

   <object name="1a_cucurbita">
  <description>cucurbita</description></object>

You can edit all your shapes and modify their names.

And I think that you should not put absolutes links for your images :
C:/Users/Kyteroo/Desktop/Alchemy/Individual%20Items/Alchemy%20Items/Alchemy%20Items/shape/1a.png

but a relative one :
1a.png

Kind Regards

Eric

PS : Sorry for my poor english




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]