Results 7 issues of Franciszek Łajszczak

![Screenshot from 2021-10-19 20-09-39](https://user-images.githubusercontent.com/33846428/137966784-b040d66d-9270-4089-938f-8d51b87c1755.png) Varaible `margin_text` is not assigned but it is used sometimes. Probably here: [https://github.com/whittlem/pycryptobot/blob/main/pycryptobot.py#L1092](url) python goes in to `elif` before `margin_text` is assigned (before `state.last_action == "BUY"`)...

Refactor `Renderer` and `SemiAutomaticParametrization` tests to smaller test cases.

good first issue
tests

Add explicit support for `LWPOLYLINE`, `POLYLINE`, `SPLINE`, `ELLIPSE`, `MTEXT`, `TEXT` etc.

enhancement
help wanted

Specific issue of #9. Add support for `LWPOLYLINE` parametriztion. Probably it it useless to explicly parametrize complex LWPolylines. Noone will use it because it would be too complex. Parametrizing it...

enhancement
help wanted
good first issue

Specific issue of #9. Add support for `Elipse` parametriztion. For exmple using center, major and minor axis.

enhancement
help wanted
good first issue

Codecov Coverage Report is broken at the moment ant not updating

bug
documentation

Keep entities polarity as they are on parametric drawing.

enhancement
good first issue