Re: Symbols (and libraries)
Otfried Cheong <[email protected]>
| Newsgroups | gmane.comp.graphics.ipe.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Sep 28, 2015, at 16:13, Otfried Cheong wrote: > A symbol is an Ipe object defined in a style sheet. I normally make > such a style sheet in a text editor. You could start with a file > "circuits.isy" containing this template: > > <ipestyle name="circuits"> > <symbol name="battery" transformation="translation"> Correction: Here and in the following, it should be: <symbol name="battery" transformations="translations"> to make sure that resizing the drawing doesn't change the size of the symbol (if that's what you want). Cheers, Otfried