Draw a rectangle with the current draw_color

Property definitions

sdl2 $ SDLRenderer :: draw_rect
	# Draw a rectangle with the current `draw_color`
	fun draw_rect(rect: SDLRect) `{ SDL_RenderDrawRect(self, rect); `}
lib/sdl2/sdl2_base.nit:302,2--303,67