==================
TKE_Circular_Wedge
==================

Opcode
======

.. csv-table::

	"ASCII", "w"
	"Hexadecimal", "77"
	"Decimal", "119"
	
	
Operands
========

Point start, Point middle, Point end
[Byte flags  [Point center]] 

.. csv-table::

	"start", "beginning of arc"
	"middle", "intermediate point on arc"
	"end", "end of arc"
	"flags", "options"
	"center", "explicit center point, present if low bit of ``flags`` is set"
	

Notes
=====

Defines a sector of a circle -- the area between the arc and the radii to the endpoints. Wedge area is inserted into the currently opened segment.

``Flags`` and ``center`` were added in format version 12.15
