作図ソフト dia の改良版
Revision | 77e2ac8efc7ae6e3f2c6b66a4e4b5b1be1e32685 (tree) |
---|---|
Time | 2014-09-26 04:19:55 |
Author | Hans Breuer <hans@breu...> |
Commiter | Hans Breuer |
metapost: comment regarding hole rendering
@@ -204,12 +204,16 @@ end_render(DiaRenderer *self) | ||
204 | 204 | } |
205 | 205 | |
206 | 206 | /*! |
207 | - * \brief Advertize special capabilities | |
207 | + * \brief Advertise special capabilities | |
208 | 208 | * |
209 | - * Some objects drawing adapts to capabilities advertized by the respective | |
209 | + * Some objects drawing adapts to capabilities advertised by the respective | |
210 | 210 | * renderer. Usually there is a fallback, but generally the real thing should |
211 | 211 | * be better. |
212 | 212 | * |
213 | + * Holes tested with http://www.tlhiv.org/mppreview/ and render-test as well as | |
214 | + * convert-to-path: apparently Metapost is not capable to render holes or | |
215 | + * draw_beziergon is doing something wrong. | |
216 | + * | |
213 | 217 | * \memberof _MetapostRenderer |
214 | 218 | */ |
215 | 219 | static gboolean |
@@ -951,6 +955,7 @@ draw_image(DiaRenderer *self, | ||
951 | 955 | /* GObject stuff */ |
952 | 956 | static void metapost_renderer_class_init (MetapostRendererClass *klass); |
953 | 957 | |
958 | + | |
954 | 959 | static gpointer parent_class = NULL; |
955 | 960 | |
956 | 961 | GType |