Clear the rendering target with the current draw_color

Property definitions

sdl2 $ SDLRenderer :: clear
	# Clear the rendering target with the current `draw_color`
	fun clear `{ SDL_RenderClear(self); `}
lib/sdl2/sdl2_base.nit:249,2--250,39