• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

作図ソフト dia の改良版


Commit MetaInfo

Revision856c00d55888f24eff4dd0da6ecd055b56abe725 (tree)
Zeit2004-07-09 05:43:15
AutorSteffen Macke <sdteffen@src....>
CommiterSteffen Macke

Log Message

linewidth is now working for PS_SOLID

Ändern Zusammenfassung

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1+2004-07-08 Steffen Macke <sdteffen@web.de>
2+
3+ * plug-ins/wmf/wmf.cpp (UsePen): linewidth is now working for PS_SOLID
4+
15 2004-07-05 Hans Breuer <hans@breuer.org>
26
37 * */*.[hc] */*/*.c : a bunch of changes to make Dia compile with
--- a/plug-ins/wmf/wmf.cpp
+++ b/plug-ins/wmf/wmf.cpp
@@ -149,6 +149,9 @@ UsePen(WmfRenderer* renderer, Color* colour)
149149
150150 switch (renderer->fnPenStyle & PS_STYLE_MASK) {
151151 case PS_SOLID :
152+ num_dashes = 2;
153+ dashes[0] = dashlen;
154+ dashes[1] = 0;
152155 break;
153156 case PS_DASH :
154157 num_dashes = 2;