Kaydet (Commit) 11c85aa5 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Avoid "<Error>: clip: empty path" messages

Change-Id: I6f640c0c4459f8330261ca59145a10b7a624bbe8
üst 2f8757e9
......@@ -897,8 +897,8 @@ bool SvpSalGraphics::CheckContext()
}
}
CGContextClip(mrContext);
if (!CGContextIsPathEmpty(mrContext))
CGContextClip(mrContext);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment