[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] Re: More figures :)
|
- From: Tomas Zijdemans <trommas@xxxxxxxxx>
- Date: Mon, 24 Sep 2007 22:29:57 +0200
- Newsgroups: eclipse.modeling.gmf
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.6 (Windows/20070728)
Thanks, I suspected that creating my own svgs would be difficult
Iván Jerez wrote:
Hello, you can create Scalable polygon and create children for Scalable
polygon to give points, they are templates points.
For example:
Scalable Polygon Triangle
(50,0) <-- this is a template point where (X,Y) points
(70,40)
(30,40)
Be careful with de order of the template points, because it follow the
order, and the last point link with the first.
You can manage this the same way that a rectangle or eclipses.
Other way to get a polygon is with svg images, but, in my little
experience, it´s not good for insert another figures into this, and more
difficult.
"Tomas Zijdemans" <trommas@xxxxxxxxx> escribió en el mensaje de
noticias:fd93tq$h5c$1@xxxxxxxxxxxxxxxxxxxx
Hi, I've been unable to dig up good information on making my own
figures (rectangels and eclipses is just not enough - I need triangles
and tilted squares).
Is there anything on this, or should I start with my own images?