Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Triger <kostat@mono-cvs.ximian.com>2005-11-13 13:55:09 +0300
committerKonstantin Triger <kostat@mono-cvs.ximian.com>2005-11-13 13:55:09 +0300
commit912cee669c735329c34a6509a437389ee01af313 (patch)
treec5679c436933b95312e87fa27d550d336c4b4464 /mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog
parentc0064d3b493e78456d449ad335c8ad948e7453be (diff)
restore quadTo as curveTo affects quality
svn path=/trunk/mcs/; revision=52963
Diffstat (limited to 'mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog')
-rw-r--r--mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog b/mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog
index ea5e0c8844b..96177f685d9 100644
--- a/mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog
+++ b/mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog
@@ -1,5 +1,9 @@
2005-11-13 Konstantin Triger <kostat@mainsoft.com>
+ * ExtendedGeneralPath.jvm.cs: restore quadTo as curveTo affects quality
+
+2005-11-13 Konstantin Triger <kostat@mainsoft.com>
+
* PathData.cs: fixing access modifiers.
2005-10-31 Konstantin Triger <kostat@mainsoft.com>