summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2003-09-04 16:27:34 +0000
committerCarl Worth <cworth@cworth.org>2003-09-04 16:27:34 +0000
commitc25eea6f10473fd1e2d61faf60289f58475b85fd (patch)
tree838ed604ccf6636c58e3431fafe08b9f825f4429 /BUGS
parent6f731e27580870a5954ca21331b15746e371c8d3 (diff)
downloadcairo-c25eea6f10473fd1e2d61faf60289f58475b85fd.tar.gz
Fixed bugs if cairo_stroke/fill called before cairo_set_rgb_color or cairo_set_target. Also fixed bug when cairo_set_rgb_color is called before cairo_set_target.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUGS b/BUGS
index f78d0504b..8b1378917 100644
--- a/BUGS
+++ b/BUGS
@@ -1,3 +1 @@
-SEGV if cairo_set_rgb_color is called before cairo_set_target_drawable
-SEGV if cairo_fill is called before cairo_set_rgb_color