Re: standard stylet

Otfried Cheong via Ipe-discuss <ipe-discuss-rGrgPyRx506NN8uzcEdRPYRWq/[email protected]> Wed, 27 Jun 2018 17:31:37 +0900
Newsgroups gmane.comp.graphics.ipe.general
Message-ID <1530088297.3686838.1421895248.4632CC31@webmail.messagingengine.com>
On Wed, Jun 27, 2018, at 08:07, Michael GENG via Ipe-discuss wrote:
> Recently, I’m trying to convert my non-scalable symbol stylet to sfpx 
> version by simply adding (sfpx) after each symbol name. However, I 
> noticed the default symbol size is much larger than my old non-sfpx 
> version when inserted to documents. The reason is that symbolsize normal 
> is set to “3” instead of “1” in standard.sty for some reason. Is there 
> any way I can change this value to “1”? I don’t want to redraw all my 
> symbols 3x smaller. Thanks a lot!

You could of course change your style sheet to make normal equal to 1, but then all other symbols (markers) will also appear much smaller.

It seems easiest if you simply change your symbols.   You don't have to modify them - simply surround them by a group with a scaling factor, e.g.:

<symbol name="mysymbol(sfpx)">
<group matrix="0.333 0 0 0.333">
... your symbol here
</group></symbol>

If your symbol is already a group then of course you can just add the scaling matrix there.

Cheers,
  Otfried

_______________________________________________
Ipe-discuss mailing list
[email protected]
https://mailman.science.uu.nl/mailman/listinfo/ipe-discuss