tooxoot / plotR

0 stars 0 forks source link

Create clipping component #13

Closed tooxoot closed 6 years ago

tooxoot commented 7 years ago

To correctly draw all results (#11) it is necessary to correctly clip all elements according to their position in the document.

Clipping will also be needed when filling paths with line segments.

tooxoot commented 6 years ago

Regarding the clipper output ModelElements should only be clipped if they are outlined. Also only the outline should be clipped for the final clipping Step. To clip the outline the corresponding path has to be regarded as open. For a closed outline the first point is then added to the path.

tooxoot commented 6 years ago

This component should be fine for now!