1 |
2005-07-05 Bernhard Herzog <[email protected]> |
2005-07-05 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/layer.py (Layer.__mangle_bounding_box) |
4 |
|
(Layer.ClipBoundingBox): Rename ClipBoundingBox to |
5 |
|
__mangle_bounding_box. See the comments in the code and RT #2845 |
6 |
|
|
7 |
|
* test/test_layer.py (TestLayer.test_arc_layer_with_projection): |
8 |
|
Remove the explicit test of ClipBoundingBox. The method isn't |
9 |
|
public anymore and the direct call in the test wasn't necessary in |
10 |
|
the first place. If ClipBoundingBox (now __mangle_bounding_box) |
11 |
|
isn't called, the return value of ShapesInRegion will be |
12 |
|
different. |
13 |
|
|
14 |
|
2005-07-05 Bernhard Herzog <[email protected]> |
15 |
|
|
16 |
* Thuban/UI/viewport.py (ViewPort.set_view_transform): Handle |
* Thuban/UI/viewport.py (ViewPort.set_view_transform): Handle |
17 |
ZeroDivisionError exceptions. I don't know when they happen |
ZeroDivisionError exceptions. I don't know when they happen |
18 |
exactly. It probably happens when the projections aren't set |
exactly. It probably happens when the projections aren't set |