Post by Ralf Angelipreview-latex now supports different icon sizes depending on the
size of the base font used in Emacs. David already mentioned that
the quality of the smaller icons suffered a bit from scaling. So
here is a proposal for a set of new icons which should scale better.
The original was done in SVG format and the icons were exported
directly, so no scaling of bitmaps happened.
Well, "no bitmap scaling" does not equivalent "perfect": it just means
that you get no bitmap artifacts, but still you need to rasterize.
Here my comments:
a) the "man in the middle" looks better in your proposal, no question
about it.
b) the black border around the sign is a mistake: at this size, it has
either be so thin that we get heavy digitilization artifacts, in
particular with rounded curves, or so thick that it dominates the
color which should be red.
c) SVG or not: I am afraid that one would still need to edit out
digitization artifacts by hand (aka hinting).
Post by Ralf AngeliThe rounded edges of the new icons make the look a bit smoother and
provide more place for the content of the traffic signs which helps a
bit to preserve clarity even in smaller sizes. David already
expressed his dislike for this roundedness. So if you would like to
see those icons in the next preview-latex release, please speak up.
Of course also if you don't like them but that's not really
necessary. (c; And please keep in mind that the quality of the icons
with the straight triangles could probably be enhanced once somebody
tries to model them in a vector-based program.
The shape is a single triangle drawn with a thick circle as pen.
The METAPOST rendition (alas, no transparency, that would need to get
edited in by hand) would be something like
beginfig(0);
u := 1in;
v := 0.1u;
pickup pencircle scaled v;
filldraw (0.5v,0.5v)---(0.5u,u-0.5v)---(u-0.5v,0.5v)---cycle withcolor white;
draw (0.5v,0.5v)---(0.5u,u-0.5v)---(u-0.5v,0.5v)---cycle withcolor red;
endfig;
and you can edit v for various degrees of roundedness.
Post by Ralf AngeliI am copying this message to both the AUCTeX and preview-latex
mailing lists as preview-latex will get integrated into AUCTeX
sooner or later and in order to reach a bit more people.
Well, one thing we need to be aware of is that the icons should not
clash with the AUCTeX ones too badly concerning the style.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum