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:
authorSebastien Pouliot <sebastien@ximian.com>2006-01-12 21:50:48 +0300
committerSebastien Pouliot <sebastien@ximian.com>2006-01-12 21:50:48 +0300
commit3c6197c3d007caa1706c9f5bfeedd4215cbbe43f (patch)
tree19a97192a29f12f0d6166571f2ca459ccbc713d0 /mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog
parent0904346d1a47fbc888bb28d68689bb7516e489a2 (diff)
2006-01-12 Sebastien Pouliot <sebastien@ximian.com>
* GraphicsPath.cs: Throw an ArgumentException if either PathPoints or PathTypes properties are empty (0 length). Note that PathData property still works in that case. * PathData.cs: Don't clone empty arrays (results in NRE). svn path=/trunk/mcs/; revision=55444
Diffstat (limited to 'mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog')
-rw-r--r--mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog b/mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog
index 97eb9710369..fbdcc38bcd7 100644
--- a/mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog
+++ b/mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-12 Sebastien Pouliot <sebastien@ximian.com>
+
+ * GraphicsPath.cs: Throw an ArgumentException if either PathPoints or
+ PathTypes properties are empty (0 length). Note that PathData property
+ still works in that case.
+ * PathData.cs: Don't clone empty arrays (results in NRE).
+
2005-11-13 Konstantin Triger <kostat@mainsoft.com>
* GraphicsPath.jvm.cs: AddString support.