Fixed typo in _cairo_default_context_rounded_rectangle(). 80/144780/1
authorMoonhee Choi <mh0310.choi@samsung.com>
Fri, 18 Aug 2017 01:57:56 +0000 (10:57 +0900)
committerMoonhee Choi <mh0310.choi@samsung.com>
Fri, 18 Aug 2017 01:59:57 +0000 (10:59 +0900)
 - svace # : 250144

Change-Id: Ia2cca4710e2df77221609de850f364228c05b1e5
Signed-off-by: Moonhee Choi <mh0310.choi@samsung.com>
src/cairo-default-context.c

index 36ddb75..375c0af 100644 (file)
@@ -951,7 +951,7 @@ _cairo_default_context_rounded_rectangle (void *abstract_cr,
     if (r_top_left <= 0.0)
        r_top_left = 0.0;
     if (r_top_right <= 0.0)
-       r_top_left = 0.0;
+       r_top_right = 0.0;
     if (r_bottom_left < 0.0)
        r_bottom_left = 0.0;
     if (r_bottom_right <= 0.0)