diff options
author | Carl Worth <cworth@cworth.org> | 2003-09-04 16:27:34 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2003-09-04 16:27:34 +0000 |
commit | c25eea6f10473fd1e2d61faf60289f58475b85fd (patch) | |
tree | 838ed604ccf6636c58e3431fafe08b9f825f4429 /BUGS | |
parent | 6f731e27580870a5954ca21331b15746e371c8d3 (diff) |
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-- | BUGS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |