Howdy,
I'm having some major trouble. I'm trying to create a "Hello World"
type stencil collection just to get my feet wet, and keep running into
problems. I've got the following Definition.xml
<Shapes xmlns="
http://www.evolus.vn/Namespace/Pencil"
xmlns:p="
http://www.evolus.vn/Namespace/Pencil"
xmlns:svg="
http://www.w3.org/2000/svg"
xmlns:xlink="
http://www.w3.org/1999/xlink"
id="IAB.DisplayAds.Shapes"
displayName="IAB Standard Ad Sizes"
description="Standard Web Ad Sizes from
www.iab.net"
>
<Shape id="MediumRectangle" displayName="Medium Rectangle"
icon="Icons/file.png">
<p:Content xmlns:p="
http://www.evolus.vn/Namespace/Pencil"
xmlns="
http://www.w3.org/2000/svg">
<rect id="square" x="0" y="0" width="300" height="100"
style="fill:#cccccc; stroke-width:0; stroke:rgb(0,0,0)"/>
</p:Content>
</Shape>
</Shapes>
My folder also contains a Icons folder with a single file.png file
inside. When i try to create a zip file of the folder (using WIndows
XP -> create compressed folder), i can't bring the stencil file into
Pencil. I get the following error: "Error Installing Collection:
Collection specification is not found in the archive. The file may be
corrupted."
My goal is to create a collection with a single grey box. Eventually
going to expand it into a collection of Standard Web Banner place
holders.
Anyone have any advice?
Thanks,
AR