• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


Commit MetaInfo

Revision77e2ac8efc7ae6e3f2c6b66a4e4b5b1be1e32685 (tree)
Time2014-09-26 04:19:55
AuthorHans Breuer <hans@breu...>
CommiterHans Breuer

Log Message

metapost: comment regarding hole rendering

Change Summary

Incremental Difference

--- a/plug-ins/metapost/render_metapost.c
+++ b/plug-ins/metapost/render_metapost.c
@@ -204,12 +204,16 @@ end_render(DiaRenderer *self)
204204 }
205205
206206 /*!
207- * \brief Advertize special capabilities
207+ * \brief Advertise special capabilities
208208 *
209- * Some objects drawing adapts to capabilities advertized by the respective
209+ * Some objects drawing adapts to capabilities advertised by the respective
210210 * renderer. Usually there is a fallback, but generally the real thing should
211211 * be better.
212212 *
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+ *
213217 * \memberof _MetapostRenderer
214218 */
215219 static gboolean
@@ -951,6 +955,7 @@ draw_image(DiaRenderer *self,
951955 /* GObject stuff */
952956 static void metapost_renderer_class_init (MetapostRendererClass *klass);
953957
958+
954959 static gpointer parent_class = NULL;
955960
956961 GType